Removing Macro Balloon When Running a Macro from VS 2005
Sunday, April 30th, 2006If you want to get rid of that annoying macro tooltip in system tray, just follow this Visual Studio Macro Balloon article.
Helixoft BlogPeter Macej - lead developer of VSdocman - talks about Visual Studio tips and automation
Archive for April, 2006Removing Macro Balloon When Running a Macro from VS 2005Sunday, April 30th, 2006If you want to get rid of that annoying macro tooltip in system tray, just follow this Visual Studio Macro Balloon article. Executing Code Snippets From IDE at Design TimeSaturday, April 8th, 2006 You surely know what I’m talking about. We often need to run and test simple code chunks or only one statement while we are coding. It may be very annoying to run main project every time we want to test our new five lines long function. Fortunately, there are better ways to do it. |