Archived Months
June 2003
July 2003
August 2003
September 2003
October 2003
November 2003
December 2003
January 2004
February 2004
March 2004
April 2004
May 2004
June 2004
July 2004
August 2004
September 2004
October 2004
November 2004
December 2004
January 2005
February 2005
March 2005
April 2005
May 2005
June 2005
July 2005
August 2005
September 2005
October 2005
November 2005
December 2005
January 2006
February 2006
March 2006
April 2006
May 2006
June 2006
July 2006
August 2006
September 2006
October 2006
November 2006
December 2006
January 2007
February 2007
March 2007
April 2007
May 2007
June 2007
July 2007
August 2007
September 2007
October 2007
November 2007
all groups > visual studio .net ide > february 2004 > threads for february 15 - 21, 2004

Filter by week: 1 2 3 4

the shortcut key combination to compile
Posted by Wei Wang at 2/21/2004 4:19:47 PM
Does any one konw what the short cut key combination to compile in Visual studio.NET is? In Visual studio 6, it tells you in the tool tip, like ctrl+F7 for compile. In .NET 2003, the tool tip doesn't have this information. While I am on it, how to find out the short cut key combination for any c...more >>


How to execute command before/after compiling
Posted by M. Craig at 2/20/2004 3:43:39 PM
I have a situation where we need to compile a VB6 application, then execute a batch file to create the .Net interop, then compile a VS.Net 2003 solution. If someone can provide me with help to one of these 2 questions I'd appreciate it: 1. Does VB6 support Post-compile commands? (To execu...more >>

Need help with intercepting the "Add reference" command
Posted by leijtens at 2/20/2004 10:15:55 AM
Hello, I want to create an AddIn that needs to be executed every time some one tries to add reference. There for a I register on the BeforeCommandExecute (" "Project.AddReferences"), when the IDE is started. And I created a menu item for manually registering on this command. I tested the Ad...more >>

IDE Expert Please help!!! Ctrl+R not bring up solution explorer (waiting for chord!!)
Posted by ray023 NO[at]SPAM collegeclub.com at 2/20/2004 6:04:15 AM
In the old VB IDE environment, if I removed the "Project Explorer", all I had to do to bring it back was press Ctrl + R. When i try to do it now in VB DOT NET, I notice at the bottom of the IDE screen, it says "Waiting for second key of chord". There's no second key I want to press. And ...more >>

Debugging C# Add-ins
Posted by Saradhi at 2/19/2004 6:28:29 PM
Can I debug my addin written in C#? If yes, how??...more >>

How to stop on errors for multi-project solution?
Posted by jaha NO[at]SPAM jahamusic.com at 2/19/2004 11:37:04 AM
I found this article on how to stop on errors while building a multi-project solution in visual studio.NET...but after following the steps i can't seem to figure out how to get the macro to activate...anyone with advice? http://www.fawcette.com/vsm/2003_10/online/hottips/sabbadin/...more >>

Is Pure C possible in VS.NET?
Posted by fix at 2/19/2004 10:30:33 AM
Hi all, Is it possible for me to write programs in Pure C, without any do Windows things? If yes, how can I compile it? I can't find a compile button or menu item. Thanks! fix. ...more >>

Custom toolbars lost (after installing Visio?)
Posted by Francis L Spafford at 2/19/2004 8:09:53 AM
I noticed that my custom toolbars are missing from vsnet 2003 today. I had 2-3 toolbars with custom images that invoked vsnet 2003 macros. This happened on the first run of vsnet 2003 since installing Visio. Could that installation have caused the problem? Is this a known problem? How can ...more >>



manually loading assemblies
Posted by Bob at 2/18/2004 6:01:38 PM
In an addin, is there a simple way to manually load all referenced assemblies for a given assembly? I'm having difficulty with anything that is not registered in the GAC or in C:\Program Files\Microsoft Visual Studio .NET 2003\Common7\IDE\PublicAssemblies. The AssemblyName class doesn't offer any...more >>

Inherited forms problem VB.NET 2003
Posted by Marcin Floryan at 2/18/2004 4:19:51 PM
Hello! Have you been working with inherited forms? I can't get to see the inherited form once I modify the base form Sub New by simply invoking a Protected Sub. The program works and compiles OK but I can't cisually edit the inherited forms. Any clues ? Regards, Marcin Floryan marcin(at...more >>

CodeClass.AddImplementedInterface Method in C#
Posted by trolipotlo NO[at]SPAM freemail.hu at 2/18/2004 8:13:48 AM
I wrote an addin that puts up a command on the "Tools" toolbar. I want to extend the current class with an interface and its implementation clicking on this command. Code: public void Exec( string commandName, EnvDTE.vsCommandExecOption executeOption, ref object varIn, ref object ...more >>

VS2002 Dialog Editor = /me swallows own tongue
Posted by Andy S. at 2/17/2004 5:53:35 PM
So I upgraded from VS6 to Vs2002, which was mostly a good upgrade. But now, when I try to use the dialog editor, it fails because my include directories list is > 512 characters. This makes it impossible to edit my dialog boxes (I've seen the relevant knowledge base article; I just don't h...more >>

Compile current file
Posted by Rudy Ray Moore at 2/17/2004 5:31:25 PM
What is the keyboard shortcut to compile the .cpp file that is currently open in the editor? Currently, I look at the title bar, determine the file name, locate the file in the "solution explorer"(TM), right-click it and select compile if it doesn't happen to be grey-ed out at the moment. T...more >>

Dual monitor bug
Posted by Mariano at 2/17/2004 10:11:11 AM
Hi I am having a bug using a dual monitor. Sometimes a second window appear, with no content. I can't resize it. Clicking o the maximize button, maximizes the IDE and clicking on close button, closes the IDE. I can't reproduce the bug, but i happens quite offen. It seems that this should be a hi...more >>

Disable Stored Procedure Boxed Statements?
Posted by clintonG at 2/16/2004 8:00:08 PM
The blue boxed borders drawn around SQL statements are distracting when writing a store procedure via the Server Explorer. I looked around in Options but don't see how to disable the bordered text. Is there a way to do so and how? -- <%= Clinton Gallagher A/E/C Consulting, Web Desi...more >>

IDE loses highlighting and erases code
Posted by Scott Schade at 2/16/2004 12:32:26 PM
I have a large C# file. I will be working away and suddently the usual highlighting of keywords or control references will disappear. Then, if I try to copy or paste within the source the IDE randonly erases sections of code. If I try to run the app, I then get a huge host of errors because vari...more >>

Complaint about Visual Basic IDE with ASP.net: Removal of Event Handlers
Posted by Lynn Eriksen at 2/16/2004 12:21:05 PM
I want to make a complaint about the Visual Basic.Net IDE with ASP.net mode. The target of this complaint is the removal of event handlers from code behind pages unkown to my self which has caused me embarsement and my client loss of business Recently, I needed to add a Use Control containing co...more >>

Windows Forms grid defaults not taking effect on existing forms
Posted by abbomb NO[at]SPAM hotmail.com at 2/16/2004 7:46:05 AM
This problem relates to the options available in VS.NET 2003 under "Tools->Options->Windows Forms Designer". When I change one of those options (say GridSize) and open a new form, the new form uses the values of the options that I just changed. However, I cannot get an existing form to use th...more >>


DevelopmentNow Blog