Using C# .NET (Winforms).
I want to know how can I show the message boxes with a Ding!!
sound & a red colored cross mark in it. This is what I'm talking about:
How to do such things for my software, with custom errors and custom warnings?
MessageBox.Show("asdf");
doesn't give me customize.