Add-Ins/MacrosAdd-Ins and macros can be used to add extra functionality to the Visual Studio .NET IDE.
Convert VB6 to VB.NET - 12/26/2006 Macros, in combination with Regular Expressions form a powerful tool set for generating code. This article will generate a Input Line Object from a VB6 Type Object. more...
Macros Will Save You Time - 12/15/2006 Have you learned the trick of creating a macro in a couple of minutes to do some repetitive task, even if you only use the macro once? This article will hopefully cause you to remember the power of macros so that you will get in the habit of thinking of them as a consistent way to save time in making code modifications. more...
Extending the CodeModel - 12/6/2006 Want to be able to pick up every code element in a CodeWindow, including comments, compiler directives, etc? The CodeModel gets most of it but not all. This article shows how to extend the CodeModel to pick up the lines and code elements that the CodeModel misses. more...
AppConfig in VS2005 - 11/15/2006 Let's say that you are still developing in VS2003 but you would like to utilize some of the neat things in VS2005. Take the accessing of settings in the appConfig file. more...
Deploying VS2005 Add-In - 1/27/2006 How do I install a VS2005 Add-in? I can't get the add-in to show up in the Add-In Manager list box. more...
Converting to VS2005 - 102 Late Binding Warnings - 1/25/2006 When I converted an application from Version 1.1 to VS2005, I had literraly hundreds of warnings. Many of them are Late Binding Warnings. Can I get rid of them? more...
Get XML Comments Ready for VS2005 - 1/6/2006 Want to see a little Macro Magic produce complete XML comments in your VS2003 VB.NET programs? Get ready for VS2005 now. more...
Watching Keystrokes in an Add-in in VS2005 - 12/19/2005 Is is possible to watch the keystrokes in an Add-in in VS2005 (Whidbey)? Version 1.0 and 1.1 did not provide that capability. more...
How to Add Nested Menus To an Add-In in VS2005 - 12/19/2005 How do I create menus and sub menus in VS2005? Microsoft Office CommandBars don't appear to work. more...
Refactoring - Extract SuperClass - 6/12/2005 What is a SuperClass and What will Extract SuperClass do for me? more...
< Previous Page 2 of 6 Next >
|