Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

linking sound to an event

Status
Not open for further replies.

whit1950

Programmer
Joined
Sep 12, 2000
Messages
2
Location
US
1. I am trying to get 2 or 3 or 4 consecutive beeps produced for an event. I do so by repeating the Beep command, but I only get one beep, no matter how many times I execute the Beep command. How can I get several, separate, consecutive beeps.

2. Is there a way to link different types of sounds to different events? [sig][/sig]
 
Maybe you call use MessageBeep,you can get help from Win32
^^^^^^^^^^^
API.


Regards! [sig][/sig]
 
Try
Code:
Sleep(100)
after each beep. [sig]<p>Button1<br><a href=mailto:button1@263.net>button1@263.net</a><br>[/sig]
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top