August 2010
Intermediate to advanced
1224 pages
34h 17m
English
If macros represent the quick and easy approach to automation then add-ins are their more complex, and more powerful, counterparts. Add-ins are compiled projects written in Visual Basic, Visual C#, even Visual C++. Add-ins are useful for covering more advanced extensibility scenarios up to and including surfacing your own custom forms, tool windows, and designers in the IDE.
Another related topic is that of creating and customizing Visual Studio wizards. Wizards are launched anytime you create a new project or add an item to a project. These ...