-
The Visual Studio 2005 SDK 4.0 - February 2007 RTM has been released, it is the final version to extent your Visual Studio 2005 environment. More info at Jameslau's blog The Sandcastle December CTP is also included in the fourth version of the VS 2005 SDK Article on Eweek.com Download if from the...
-
This article shows how a project implementer in Visual Studio 2005 can handle the " Show All Files " command to show/hide nodes (that may or may not represent files on disk). Before I proceed, it's important to mention that, in my projects, I don't use the MPF classes. I've developed my own classes that...
-
While using the Visual Studio core editor as your text editor in a language service is a known and straightforward procedure, creating a designer has been totally left in the responsibility of the language service or editor implementer. In this quest, the most wanted designer is the Windows Forms Designer...
-
Since .vssettings files were first introduced in Visual Studio 2005, I've seen many questions about how the Import/Export settings mechanism can be controlled through code. This was something that bothered me too since VS2005 Beta 1 but it didn't take long till I figure out the solution. I have now created...