Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Arbitrary start/end beep
Message
General information
Forum:
Visual FoxPro
Category:
Windows API functions
Miscellaneous
Thread ID:
00779104
Message ID:
00779155
Views:
15
Hi Kamil,

Try this code:
DECLARE Sleep IN kernel32 INTEGER dwMilliseconds
DECLARE INTEGER Beep IN kernel32 INTEGER dwFreq, INTEGER dwDur

= Beep1(100)
= Beep1(300)
= Beep1(200)
= Beep1(300)
= Beep1(400)
= Beep1(100)
= Beep1(300)
= Beep1(500)

PROCEDURE  Beep1 (lnFreq)
	= Beep(lnFreq, 90)
	= Sleep (20)
Form control has KeyPress and Click events, otherwise INKEY function can help.

73! former UK5NAF, UB5NVA
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform