Category: VSIP

31/01/06

Permalink 05:43:59 pm
Categories: General, Programming, .NET, VSIP

Be careful when installing VS add-ins in localized Windows versions

When installing add-ins for Visual Studio, a number of different paths can be used. One of them is C:\Documents and Settings\All Users\Application Data\Microsoft\MSEnvShared\Addins - in a default installation of a US English Windows. Obviously a proper… more »

04/09/05

Permalink 06:03:40 pm
Categories: General, Programming, .NET, VSIP

Accessing project properties from a VS macro

I saw this question on a newsgroup: How do you access the properties of a project via the EnvDTE VS extensibility interface? It's really quite simple, like in this code: Sub AccessProject() Dim proj As Project proj = DTE.Solution.Projects.Ite… more »

03/09/05

Permalink 04:36:51 pm
Categories: General, Programming, .NET, VSIP

VSIP 2005: Tracking the active VS window

In a VSPackage using the Managed Package Framework (MPF), how do you track the active editor pane in VS? To start with, I create a new VSPackage project (New project -> Other project types -> Extensibility -> Visual Studio Integration Package) and h… more »

02/09/05

Permalink 07:39:50 pm
Categories: General, Programming, .NET, VSIP

VSIP 2005: Managed VSPackages

VSIP 2005 has been available a while, but I hadn't found the time to look into it. Now I did and I must say I'm impressed, especially by the new managed classes in the Environment SDK. For example, it's now possible to create a custom editor for Visual… more »

Enter your email address:

Search

Oliver
MVP logo
May 2013
Sun Mon Tue Wed Thu Fri Sat
 << <   > >>
      1 2 3 4
5 6 7 8 9 10 11
12 13 14 15 16 17 18
19 20 21 22 23 24 25
26 27 28 29 30 31