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
Depending on how much you're leveraging the MessageBox (icons, etc) you can always make a custom dialog. Especially if it's a simple message you want to display, this would not be difficult or time consuming.