Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Getting rid of error sound
Message
 
 
To
23/12/2002 22:37:43
General information
Forum:
Visual FoxPro
Category:
CodeMine
Miscellaneous
Thread ID:
00735574
Message ID:
00735665
Views:
6
Alejandro,
>How do I get rid of the oh-oh sound in codemine? <

Ole No... tell me its not so - you want to get rid of the sound <g>.

But... here is how to get rid of it if you wish:
* Get rid of the uh-oh sound completely use:
THIS.oMessage.cFatalErrorSound = ""
* Use Windows Defaut Sound:
THIS.oMessage.cFatalErrorSound = "Default" 
* Use a Wave of your choice:
THIS.oMessage.cFatalErrorSound = "Wav"  && I didn't test this one.
I tested the above the Application.BeforeMenu().

Mel Cummings
Previous
Reply
Map
View

Click here to load this message in the networking platform