My app needs to run silent. Which means that bings on errors are not allowed.
Is there any way to make messagebox.show silent ?
Thanks
Printable View
My app needs to run silent. Which means that bings on errors are not allowed.
Is there any way to make messagebox.show silent ?
Thanks
Not that I know off, its a system setting. Just create a form that looks very much like a MessageBox and show it by calling its ShowDialog method instead of using MessageBoxes.
Yes that would do.