When you execute a macro in Visual Studio, a balloon pops up in the system tray to indicate the macro is running, and it's accompanied by the typical balloon "pop" sound.  The problem is on most fast development PCs, the balloon is visible for only a fraction of a second and therefore of little use.  And the pop sound can become annoying if you use macros extensively.

To hide macro balloons in Visual Studio:

  1. Run regedit to edit the Windows Registry.
      
  2. Navigate to the following key:
    HKEY_CURRENT_USER\Software\Microsoft\VisualStudio\9.0
    (use 9.0 for Visual Studio 2008; 8.0 for 2005)
      
  3. Add the following DWORD value:
    "DontShowMacrosBalloon" = 1
     

The change takes effect immediately, even if Visual Studio is running.

Popularity: 16% [?]

Related posts:

  1. Disable the Ctrl+Tab Navigator Window in Visual Studio 2008
  2. Visual Studio Myth Buster
  3. Visual Studio 2008 and .NET 3.5 Service Pack 1 Released
  4. Visual Studio 2008 and .NET 3.5 Released
  5. Adding Assemblies to the Visual Studio "Add Reference" Dialog