Whenever trigger a messagebox used in my C# program I get a very annoying beep from my computer. How do I disable this beep using C# code.
The code I am using is ve
This is going to sound weird until you have tried it. Open your command prompt, type:
net stop beep
I did a quick google and found 4 other ways:
(from here)