Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
?? chr(7) and Command button pictures
Message
 
To
18/03/1999 15:48:43
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00198543
Message ID:
00201209
Views:
38
Hi Claude,

Because no-one yet given you the API call for that :)

if you need the standard beep:

DECLARE Beep in Win32API
Beep()

and if you have to play a WAV file:

Declare PlaySound in WinMM.Dll String, Integer, Integer
PlaySound( lcFile,0,0x00020000)

BTW, this is a known bug in VFP 6.

Christof
--
Christof
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform