Removing Macro Balloon When Running a Macro from VS 2005
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
Removing Macro Balloon When Running a Macro from VS 2005April 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 TimeApril 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. How To Use TRACE In VSMarch 27th, 2006 I must say that I ignored Trace object and TRACE compilation constant for long time. I've been only using Debug object and DEBUG constant for debugging purposes. Converting “On Error…” To “Try…Catch”March 9th, 2006 We all know that we should use Try ... Catch instead of On Error... But our VBdocman .NET contains some code ported from VB6. This code naturally uses On Error... and it was OK as long as the code worked correctly. Showing Configuration Drop-down List on Toolbar in VS 2005February 17th, 2006Many people reported that they miss configuration manager drop-down list (Debug/Release) in their VS 2005. I observed that this happens mostly when you apply VB settings to your IDE. I experienced the same problem. I don't know why guys at Microsoft think that VB programmers don't need configuration manager. |