| Thread | Last Post | Replies |
|
| Finding Functions w/ VCCodeModel | 04 Jan 2006 21:07 GMT | 1 |
Why does VCCodeModel not find function declarations from a header file ".h" ?? I am trying to enumerate the function declarations contained in the Windows header files, such as WinBase.h, and the FileCodeModel interface returns all of the macro elements, but not a single function ...
|
| Adding properties to a custom solution | 04 Jan 2006 20:52 GMT | 3 |
I'm using a VS 2005 and 10/2005 VSIP C++ sample called SlnExt as a demo for the ability to create new properties for a solution. From that point, I'm trying to create a VSPackage that can read/write those custom properties. I'm having problems actually getting access to those ...
|
| how to add existing web site into solution | 04 Jan 2006 12:06 GMT | 6 |
I am try to add localhost web site to current solution. I am writing VS 2005 addin project. My web site doesnt contains a project file, only a folder. Manually add existing web site, working fine. How to add programmically? Project proj = _dte.Solution.AddFromFile("http ...
|
| Default C# Add-In code vs. default Add-In VB.NET code | 02 Jan 2006 11:39 GMT | 1 |
I'm a C# programmer and I'm reading "Writing Add-ins for Visual Studio .NET" (which is written in VB.NET). I don't know VB.NET, but I can generally read through VB.NET code and understand it, but I'm more comfortable in C#.
|
| developing add-in for Visaul studio | 02 Jan 2006 11:22 GMT | 2 |
I want to develop add-in for VS 6.0 using COM objects. I don't want to use any wizard for that. Can anyone point me to a site which shows goos samples/tutorials for that?
|