Home All Groups Group Topic Archive Search About

MessageBox.Show => disable the alert sound

Author
5 May 2006 3:42 PM
sebastien1101
how to disable the alert sound (windows system) when a messagebox.show
appear ?

Author
5 May 2006 3:54 PM
Chris Dunaway
You shouldn't override the user's settings.  If they have their sounds
set up to play that alert sound when a message box appears, you should
not change their settings or deliberately circumvent it.  Respect the
user's wishes.
Author
5 May 2006 4:00 PM
Michel Posseth [MCP]
Just create your own "messagebox"  take a form change some settings and you
are done  now you have full control :-)



regrds

Michel Posseth



Show quoteHide quote
"sebastien1101" <sebastien1***@hotmail.fr> schreef in bericht
news:1146843771.009648.190430@e56g2000cwe.googlegroups.com...
> how to disable the alert sound (windows system) when a messagebox.show
> appear ?
>