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.
Printable View
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.
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