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!

Using the MMControl

Status
Not open for further replies.

dibya11

Programmer
Joined
Mar 18, 2003
Messages
7
Location
IN
I want to play three wav type files one after another on the click of a single button without any noticable pause between the wav audio files. How do I acheive that,please help.
 
Why don't you just make one wav file? As I see it even if you make a loop or use three controls, or whatever it may work fine on your computer, but what about a slower computer that will take longer to load? I think if you can that you should consider just making one file instead of three.
 

You can do this by using the MMControl1_Done event, a counter and a string array of the locations of the wav's to play.

Good Luck

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top