Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
System sounds
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Miscellaneous
Thread ID:
00151382
Message ID:
00151392
Views:
19
>>Hello I'm working with VFP 5.0 and Win95/98
>>
>>Help please, I have a need to play system style beeps through the system speaker..... not a sound card.
>>
>>I know about setting BELL on and using ?? CHR(7). Now if I could have more than one sound or even repeating the BELL so I could have 1 beep for one event, 2 beeps for another and so on.
>>
>>Any help would be appreciated.
>
>Try this
>
>set bell to 'c:\winnt4\media\chimes.wav',2
>??chr(7)
>
>
>If the wav file does not exist, the default beep is used. The second parameter is the duration. Personally, I don't see a difference with the wav files I use.
>
>To sound twice just call ??chr(7) twice.
>
>
>set bell to 'c:\winnt4\media\chimes.wav',2
>??chr(7)
>??chr(7)
>
>Hope this helps.

I tried both of these, and as you said I see no difference in the duration, but even when I call it twice it only sounds once. I'm calling this in a function and if I call it twice[as above] I get an error when it runs. If I call it once it plays once.
Wait, let me go pound my head on the wall..I've been at this to long.
thanks for the advice though.
Dave Carter
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform