Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Re : How to play a .wav file on MouseOver Command Button
Message
From
18/01/2001 15:03:00
 
 
To
18/01/2001 11:59:04
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00465197
Message ID:
00465359
Views:
17
>Hello All
>
>Could anyone tell me how to play a .wav file on mouseover Command Button.
>
>Thanks

You could look at the _MOUSEOVERFX class in the foundation classes. To play a wave file, you could probably change the code in the Highlightme method to do:

SET BELL TO "yourfile.wav"
?? CHR(7)

to actually play the wave file.
Fred
Microsoft Visual FoxPro MVP

foxcentral.net
Previous
Reply
Map
View

Click here to load this message in the networking platform