Hi there !
I have a little problem and it seems I can't get around it. How can I disable system sounds generated by my app The sound I get is DEFAULT BEEP. I could find the reason of it in other places, but it appears in lots of places and it would be a real headache to do so.

System sounds
medel
Hi,
Is your problem solved If no then can you be clear in your problem definition
Thank you,
Bhanu.
AllNamesAreTakenButThisOne
This article shows how to mute system sounds from C#: You have to call into the Win32 API using P/Invoke.
http://msdn.microsoft.com/vcsharp/default.aspx pull=/library/en-us/dv_vstechart/html/pinvoke.asp
Michael Blome - Visual C# Documentation team.