News

Writing Add-Ins for Visual Studio .NET helps you write an add-in customized to your needs. Les Smith walks you through the wizard and shows you how to develop your UI, trap IDE events, manipulate ...
Writing Add-Ins for Visual Studio .NET helps you write an add-in customized to your needs. Les Smith walks you through the wizard and shows you how to develop your UI, trap IDE events, manipulate ...
I'm trying to write a program which uses a plugin system to add more functionality. I've got the interface written and can load the plugins, but I'm having a problem with the configuration GUI's ...