Browse by Tags
All Tags »
Visual Basic »
.NET (
RSS)
The Amadeus .NET Assembly Browser, is a shell extension for Windows® XP that adds a property page to the Properties window of executable files (.dll and .exe), that represent .NET assemblies . This property page contains an advanced object browser, similar...
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...
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...
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...