tgm_0402's Q&A profile
Visual Studio Express Editions Manually move VC++ 2k5 Express installation files
Good evening... Admiittedly I'm being somewhat anal, but I'd like to move a few of the directories around that VC++ 2005 Express created when I installed it. Generally, I'd like to split the IDE & Help files from the library and compiler. I previously installed the VC2k3 Toolkit in my C:\Cpp\VCToolkit2003 directory. So I wanted to move the bin, lib, and include sub directories of the VC directory that VC++2k5 Express installed in C:\P ...Show All
Visual C# string builder color
Im creating a interpreter in c# for perl, when parsing a line i want to add all the words in a line to a string builder, Is there any way to add a word to the builder and the color attribute for that word Any help is appreciates Thanks Brendan I'm not sure exactly what format the color attributes you are referring to are stored in. StringBuilder just works with text. It does not store additional data such as Rich Text ...Show All
Visual Studio Team System Exception LoadTestException
Hi, I create new load test with web test inside it. I use Step Load Pattern. When I first start the test project I got this error: Exception LoadTestException 10 Could not find dependent counter needed to apply threshold rule: \\VPCVSTS\LoadTest:Page\Avg . Page Time(_Total) Any idea why do I get this error Thanks, Martin Check out this post. http://forums.microsoft.com/MSDN/ ...Show All
Game Technologies: DirectX, XNA, XACT, etc. Problem installing Directx 9.0c Failed due to cabinet file plus how do i get administrator level permission
So it installed everything and then after downloading the runtime components and is ready to install it says: a cabinet file necessary for installation cannot be trusted. What in the world does that mean and how can I fix it I would really appreciate your help thanx. Administrator priveleges are granted as part of the "User Accounts" tool in your Windows control panel. I can't remember the exact steps, and I'm not using XP ...Show All
Windows Forms TabControl / TabPages and control events when edit via PropertyGrid
Hi, I'm writing an app that has a limited designer mechanism... I ran into a small problem. When you add TabPages to a TabControl via the property grid, the ControlAdded / ControlRemoved events fire many times. This is a problem for me because I have an event-based Undo / Redo system, and I'm recording extra events. I understand why the events are firing extra times: so that the TabControl can repaint while the ...Show All
SQL Server pivot t-sql adding a percentage column
in a cross table result is very common to add a percentage column in respect of the sum of another column for example x z% a 2 0,46 = 2/(2+5+6) b 5 0,38 = 5/(2+5+6) c 6 0,15 = 6/(2+5+6) is there an easy way to do that in t-sql using the pivot command This was going to be my first answer "Not easily that I can think of because it requires knowledge of the other rows in the result set and that is where SQL ...Show All
Visual Basic Most wanted code snippets and resources
Hi Everyone, We'd like to hear your ideas and opinions on Intellisense Code Snippets . - Which new code snippets would be most useful - Which code-snippet categories already in Visual Studio would need additional code snippets - What new snippet categories would you add to the ones already in Visual Studio - Which code snippet resources would you find most useful in your everyday experience using, authorin ...Show All
Visual Basic Reading a "text" File
Im trying a read a "text" file that is a storage file for a proprietory software package. I can open the file up in notepad and read it all fine, all the data is there and visible in a plain text format, and i can also import the file into excel or basically anything else.. My problem is that when i attempt to read the file into a VB 2005 richtextbox, or textbox it won't read the whole file. (doesn't matter if i use read, rea ...Show All
Visual Studio Team System UIApp Revisited
Back to the UIApp hidden field. Apparently, the real issue is that it needs to be grabbed in real time. A user fills out a form and submits it to create a new application. After submission, UIApp is created by the server, supplied with a value and is sent client-side with the next web page. That page is created client-side referencing UIApp. So far during web testing, I have to supply a static value into the test for the first appearance o ...Show All
Visual Studio Team System Problem installing TFS on a machine with both SQL 2000 & 2005
The only machine I've got available to install TFS is a machine that already has a SQL Server 2000 instance. I installed SQL Server 2005 CTP (as instance SQL2005Beta), but TFS doesn't want to install because it says that Analysis Services and Reporting Services are disabled or missing. The problem appears to be that the TFS single-server install is accessing the default instance - SQL Server 2000 (which doesn't have Reporting or Analysis Se ...Show All
SQL Server Where is SSIS?
I just upgraded my SQL 2005 installation to include integration services. Now I can't find the service. Where is it In you start menu, under "SQL Server 2005" do you see "SQL Server Business Intelligence Development Studio" You can create a integration services project using this tool. ...Show All
Visual C# editing resource files
I am using a ResourceManager to retrieve values from a .resource file. I would like to be able to update the values in the file from within the application. Can this be done How Thanks. Use the Resource editor Lutz Roeder has writen, you can find it here . ...Show All
Windows Forms Usercontrol customproperties
Hi fellow dev's I got a question (duh) I create a simple control (subform) inherit from usercontrol and added a few properties I inherit from subform (subformtest) , filling the properties .. so far so goed now i drag (instance) subformtest on the surfa ...Show All
Visual Studio Express Editions How to examine HTML from a web page?
I'm a bit perplexed with this. I've got about 4096 characters that are returned from Webbrowser.documenttext property, but the rest of the page is lopped off when assigned to a string. Any idea if there is someway to get at this information with VB 2005 Express WebBrowser is type web. Thanks, Ben Here's the failing code Private Sub FGSADiscountAutomator_Load( ByVal sender As System.Object, ByVal ...Show All
Smart Device Development tcpclient Timeout on Pocket Application after suspend
hi i've created an pocket application that uses TcpClient (.Net Compact Framework 2) in order to connect to a socket server. i'm using a Dell Axim pocket PC. When the Pocket PC turns into Suspend mode i receive a Socket Error 10060 "Timeout" when i try to connect to the server. does anyone knows why this happens thanx in advance In suspend mode most devices are turned off except RAM and e ...Show All
