Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
BEEP Api call
Message
 
To
27/03/2000 10:37:58
Amit Abhangrao
Charmi Software Exports
Mumbai, India
General information
Forum:
Visual FoxPro
Category:
Windows API functions
Title:
Miscellaneous
Thread ID:
00350736
Message ID:
00350746
Views:
24
>Hi All,
>
> Anyone has the code to use BEEP Api call. Please mail me.
>
>TIA
Amit,

The Beep API call can only be controlled on Windows NT/2000. Under Win 9x, if the computer has a sound card the default sound played. On systems with out a sound the standard system beep is used.

The declaration is as follows:
DECLARE INTEGER Beep IN Win32API;
  INTEGER dwFreq, INTEGER dwDuration
The dwFreq is in hertz and must range between 37 and 32,767. The dwDuration is the length in milliseconds.
George

Ubi caritas et amor, deus ibi est
Previous
Reply
Map
View

Click here to load this message in the networking platform