|
-
May 31st, 2008, 10:16 PM
#1
Thread Starter
Junior Member
Continuous Beep program
I'm using the Beep function in kernel32.
Public Declare Function Beep Lib "kernel32" _
(ByVal dwFreq As Long, ByVal dwDuration As Long) As Long
I use the code Beep 1000, 1000
But the problem is I want the beep to be continuous until a command button is pressed and the beep stops. How do I use the beep function to do this?
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|