How to access the IDE-Toolbar?
Visual Studio
2
Posts
2
Posters
0
Views
1
Watching
-
How to access the IDE-Toolbar of Visual Studio .NET from a VBScript or an AddIn? I like to add some Buttons (with bitmap) which can execute a Macro. (I don't want manually add the Toolbar and the Buttons at every Computer) Juergen
Juergen wrote: How to access the IDE-Toolbar of Visual Studio .NET from a VBScript or an AddIn? This can be done using the Automation API available to any VS.NET Addin. Take a look at the wizard-generated addin project that VS.NET can create. It has code in their to add a custom toolbar and a custom button to that toolbar. -- Russell Morris "WOW! Chocolate - half price!" - Homer Simpson, while in the land of chocolate.