I wrote a Add-In for Visual Studio 2005/2008. It will prompt a window with some edit controls as child windows. But if open VS
I am using a regex within Visual Studio 2005 to turn my SQL statement into a readable string. I am using the find expression {.*} and the replace expression & \"\\1 \" _.
Can i use vs 2005 and .net 3.5 framework together or c开发者_JAVA百科an i use linq with vs 2005?No, you cannot. You need Visual Studio 2008 or later to target .NET 3.5.
I\'m using Visual Studio 2005 for a project I\'m working on right now. I\'ve created a new, custom control that inherits from \'UserControl\'.Now I need to add that control to another Windows Form wit
I am new to .net ..Is there any difference between exception and Exc开发者_JAVA技巧eption in .net I received error while using \'exception\'..C# is case sensitive, while VB.NET is not.If your class/pa
EDIT: Sorry, forgot to mention this was a C++/CLI project. Does it show it somewhe开发者_如何学JAVAre or does it just target one by default?
When on my local machine from VS2005, I publish my web site to a given folder.How do I then la开发者_运维问答unch that published version of my web site?You need create new WebSite, map it\'s content o
I have come across a project where it is required to draw some 2D graphics on a form under Windows and to be able to perform the following tasks:
I\'m using C++ in Visual Studio 2005 and I\'m getting many warnings that开发者_开发技巧 read potentially uninitialized local variable \'hr\' used
hi i am trying to show image of my file in previwew pane i am able to display the image of my file but i am stuck in the part where i need write some text on the image before adding it to preview pane