# Wednesday, June 28, 2006

I'm not crazy

Or alone:

One of the things that I’ve been missing in Visual Studio 2005 is the user-configurable sound that played when the build succeeded or failed. In VS 2003 I had set up the sounds so I could switch over to another process while the build happened, and the sound would tell me when it was done.

From reading newsgroup posts, blogs, etc, it seems that the VS2005 just doesn’t support these sounds (even though the sounds can be set via Control Panel | Sounds). It just makes for a quiet build.

[ Silent Visual Studio 2005 > Codefez > Blogs ]

At least not on this subject. It drives me bonkers, I just want my "ta da" when it is successful and a "buzz" when it isn't. Not too much to ask I don't think. I had to alter the macro a tiny bit. I used the commenters suggestion to use the registry settings, which seems more finesse; and I altered the replacement to replace "==========" with "~~~~~~~~~~". I'm not sure why replacing 10 equals with 11 would do anything but loop endlessly (which is what mine seemed to do).

Update: I see now why they altered the 10 ='s to 11, but that doesn't explain why it just hangs with 11 =, but with my modified code it will not hang until the 3rd build or so. Any which way the code eventually (and usually quickly) causes my IDE to freeze, so I am on the hunt for another method to "fix" this.

#    Comments [1] |
Thursday, June 29, 2006 10:19:47 AM (Eastern Standard Time, UTC-05:00)
Have you tried stepping through the macro IDE debugger?
Comments are closed.