Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Beep sound
Message
From
24/03/2000 11:26:34
Amit Abhangrao
Charmi Software Exports
Mumbai, India
 
General information
Forum:
Visual FoxPro
Category:
Windows API functions
Title:
Miscellaneous
Thread ID:
00349996
Message ID:
00350039
Views:
34
For the below code I need to have multimedia kit.
In Fox 2.6 with the normal pc speaker for error message I was giving beep sound.
I wanted to give that type beep sound in vfp.

Is it possible?

Regards
Mallari

>>Please send me the sample explamles u have?
>>
>>Regards
>>Amit
>
>You've undoubtedly got plenty of them on your machine. You should have a directory named Media beneath the main Windows directory. Simply
>lcfile = GETFILE('WAV') && Find a wave file
>IF NOT EMPTY(lcfile)
>  SET BELL TO (lcfile)
>  ? CHR(7)
>ENDIF
should demonstrate this more than adequately.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform