turn off 'beep', msgbox?

T

TRM

I am just wondering if there is a way to turn off the 'beep' that sounds when
a message box is displayed?
 
D

Douglas J Steele

TRM said:
I am just wondering if there is a way to turn off the 'beep' that sounds when
a message box is displayed?

Only if you do it at a system level for all applications (it's in the Sounds
and Audio Devices applet in the Control Panel. Go to the Sounds tab, and
remove the sounds associated with Asterisk, Critical Stop and so on)

If you'd rather not do that, don't use the built-in message box: design
your own form that looks like it, and use that instead.
 
T

TRM

Thanks!

Douglas J Steele said:
Only if you do it at a system level for all applications (it's in the Sounds
and Audio Devices applet in the Control Panel. Go to the Sounds tab, and
remove the sounds associated with Asterisk, Critical Stop and so on)

If you'd rather not do that, don't use the built-in message box: design
your own form that looks like it, and use that instead.
 
A

Allen Browne

It's interesting that if you use MsgBox in a macro you get to turn the beep
off.
 
Top