Thomas Lindgren's Q&A profile
SQL Server Opening a PDF report without the OPEN/Save Dialog
Is there a way to render the PDF report in the same broswer window you just called it from without the Open/Save dialog box coming up. The report is being call directly by URL parameters for PDF format This is quite easy with custom programming, I've made a new webapp and gave the aspnet-user full access to reporting services, maybe you could add a cutom file to the Reports-Webapp.. I've default.aspx: < ...Show All
Visual Basic Addind new lines of code from the form
Hi, I want to be able to include information from two text boxes into the coding of the program. I would like to be able to have two text boxes which the user can enter information about, for example in the first text box, 1 in the second text box, 4 and what i want to be able to do is add this information to a Select Case statement, so a new line of code will be added so it reads, Select Case "---" Case "1"   ...Show All
Windows Forms Arraylist
Hello, Everybody! I have mulitiselect Listbox, and I loop through the selected item like this: Then I created ArrayList Message1 to store the selected items. Then I call a function that require only one selected item. MY QUESTION IS HOW DO GET ONE VALUE AT A TIME IN A ARRAYLIST THEN COMEBACK AND GET THE OTHER VALUES.MY FUNCTION REQUIRES ONLY ONE SELECTED ITEM AT TIME foreach ( string lsStr in listBox1.SelectedItems) { ...Show All
Software Development for Windows Vista Beta 2 Installation Problems (Package Load Failure)
I just finished installing beta 2 of workflow foundation and when I open up Visual Studio I get: package load failure microsoft.workflow.vsdesigner.designerpackage I'm running XP sp 2, VS 2005 pro, and all the feb ctp winfx bits. All the installations completed without error. I tried repairing the orcas dev tools install and the 2005 extensions for workflow install but it didn't help. Is th ...Show All
Visual Basic Using a dialog box as a shutdown message; how do I delay its closing?
In my Visual Basic project, when the program is exited by invoking the appropriate "exit" command, I have a dialog box with no buttons that tells me that my application is shutting down. I have the box invoked correctly in my code, but at runtime, when I exit the program, the box only appears and disappears immediately, too fast for the eye to see. I would like to know how I can delay the closing of the dialog box long enough to, say ...Show All
Visual Studio Express Editions Missing Visible property on forms
I'm new to VB. Why is the visible property missing on the forms property list It shouldnt be missing. Have you got the form selected. Are you looking in the right place - show the properties in alphabetical order and you'll find it easily, ...Show All
Visual Studio Team System migration a code analysis policy settings to solution
This appears to be a bug. I have a code analysis check-in policy defined on my team project in foundation server. Now when I try to migrate the code analysis policy settings so as to apply them to all projects in my solution, it doesn't seem to work smoothly. To make it work, I have to go to each project's settings and manually remove the "Code Analysis" settings even if they have only been migrated from server previously. If there are any check ...Show All
SQL Server Datasets in custom code
Hi guys, is it possible to access my report's datasets from within custom code or pass them as parameters to a custom assembly I want the dataset itself, not just fields, so i can programmatically look through it for data. Thanks! sluggy This is not directly supported. There are however some alternative approaches: * add a list reportitem to the report and inside the list make a call to your ...Show All
Visual Studio Express Editions express
Hi, I'm new to asp.net. A question about visual web developer 2005 express, does it work with sql server 2000, Is there a standard version for visaul web developer 2005, if later we need to develop sites for about 100 clients to see, what version of web develop and database product should we purchase Thanks What database you can use is not really restricted by VWD 2005. You can use O ...Show All
Visual Basic How do I save an already saved project to a different location?
I must be missing something really simple... I downloaded a sample Project from the web. I opened the sample Project in Visual Basic 2005 Express Beta 2. After making a lot of modifications to the sample Project, I wanted to save my new project with its own different name, and in the usual directory where I have been creating other projects. I pressed Save All and accepted the default choice. Unfortunately, after pre ...Show All
.NET Development How to use net.exe in a Windows Service
I'm tyring to use net.exe within a Windows Service. The following code was found at: http://msdn.microsoft.com/library/default.asp url=/library/en-us/cpref/html/frlrfsystemdiagnosticsprocessclassstandarderrortopic.asp Process myProcess = new Process(); string[] args = {"z: /delete"}; //a previously mapped drive using using net.exe through cmd ProcessStartInfo myProcessStartInfo = ...Show All
Game Technologies: DirectX, XNA, XACT, etc. DirectX vs. WPF
A friend of mine said that Avalon was dropped off and renamed to DirectX 10. Based on the theZBuffer.com, there is no DX10, and from what I know, Avalon has been renamed to WPF. So what's the connection between Avalon, WPF, and DirectX (10 ) Are they sharing the same code, or one's just using another's API Thanks! You are right that Avalon was the codename for WPF (Windows Presentation Foundation). WPF use Direct3D 9 to render ...Show All
.NET Development Need to find error's origin
Hey everyone, I have a .net 1.1 app that is trying to send a Webdav request to an exchange server to create an appointment. This part works ok on my local domain. However, when I put my app on another domain I get a 502 Bad Gateway Error. (the full error is listed below) I dont know where in the network this error comes from, or how to fix it. Any help is greatly appreciated, but I really really need this fixed asap. Thanks again Error: The u ...Show All
Visual Studio Team System VSS 2005 as a TFVC Client?
Can you connect to a project managed by TFVC in VSS 2005 I am trying to figure out what options, other that VS2005 are out there. I am aware of: 1. VS2003 and VS6 witth the MSSCCI plugin 2. Eclipse with TeamPrise So to elaborate, Visual Sourcesafe 2005 is a totally seperate product and knows nothing about Team Foundation Server source control. The following desktop clients are currently available to talk to T ...Show All
.NET Development Extracting data from xml file
Hi, This is the first time I've had to use xml files in VS C++ .NET and to be honest it's starting to get on my nerves :). I read the various information on msdn but I just can't find what I'm looking for. I have an xml file which looks a bit like this: <RaceResults> <Practice1> <Driver> <Name>drivername</Name> <someinfo>blabla</someinfo> </Driver> </Practice1> <W ...Show All
