|
-
Nov 5th, 1999, 06:57 PM
#1
Thread Starter
New Member
Can someone please HELP!!!
I would like to know how do I make a program that will play any sound files one after another without pausing, I've been using the Done Event in Multimedia Control but it does not seem to work.
Thanks.
-
Nov 5th, 1999, 07:09 PM
#2
Guru
Try the PlaySound or mciSendString or mciSendCommand APIs. You will need to use SubClassing to know when one sound is completed, and start another sound then, if you want them to play asynchronously. And I think that's what you want.
------------------
Yonatan
Teenage Programmer
E-Mail: [email protected]
ICQ: 19552879
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
|