> Hi,
>
> Anyone know how to turn the bell off of the MessageBox window. The MessageBox() function seems to be exempt from the "Set Bell Off" command.
>
> Troy
> Long Live FoxPro!
It only does the sound when you include an icon...
MESSAGEBOX("TEST",0) - No sound
MESSAGEBOX("TEST",16) - Sound
So a second parameter between 1 and 15 will not make a sound.
See help for a definition of the second parameter.
KTB