| Thread | Last Post | Replies |
|
| VS 2003 Customizations | 09 Aug 2004 20:48 GMT | 1 |
Thought I had this nailed down in VS 2002 by using KB article 320851 which details how to move and save IDE settings. This works great, however, I'm having an issue with VS 2003 in locating my toolbar settings. I don't seem to have a toolbox.tbd file and yet my toolbar ...
|
| Resource Editor Combo Box Data | 09 Aug 2004 19:57 GMT | 1 |
In VC6, there was a tab on the control properties dialog for a combo box that had a multi-line edit field for entering the initial data in the combo box. In VC 7.1, it appears this has been replaced by a single-line edit field. The help says to separate multiple lines with a ...
|
| Batch file with vs.net | 05 Aug 2004 20:48 GMT | 1 |
Using VS.NET 2003, VB.Net, MSDE... I have had a .NET .VB file get trashed for no reason (maybe hard disk problem), so in addition to normal back ups, I want to automatically copy these .vb code files to a back up location each time I use .Net. A batch
|
| Sorting TreeView | 04 Aug 2004 12:05 GMT | 1 |
Standard Tree.Sorted property doesn't sort nodes like I want to. It just place them in a specific place while adding new node. This is not suitable for me, because during insertion I don't know node's name so it is placed in the end of all nodes. To make things clear I will cover ...
|
| Starting debug always builds all projects of solution | 03 Aug 2004 19:39 GMT | 1 |
Solution probably has about 10 projects in it now. I recall as I started this, it would only build projects with updated sources when running with debug. Now it builds all projects, even if no sources have changed. Did I accidentally bump a setting, or something?
|
| Adding COM References Programatically Using GUID | 02 Aug 2004 15:29 GMT | 1 |
I'd like to add a COM Reference in a Custom Project Wizard using a GUID. Something similar to the following: <code> var refmanager = GetCSharpReferenceManager(oProj);
|
| Is a method an implementation? - Extensibility | 02 Aug 2004 15:23 GMT | 1 |
Using the Extensibility Model, does anyone know a way to tell if a class's or struct's method is actually an implementation of a method defined on an interface the class/struct is implementing? If there is none, I know I could parse a VB function's declaration line by
|
| VS.NET default Source Control tool | 02 Aug 2004 15:10 GMT | 1 |
I have a problem with source control in VS.NET. I worked on a project and added it to the VSS source control. It worked perfectly fine for almost 4 months. Now suddenly when I open the project, it fails to open it from the
|