Results 1 to 2 of 2

Thread: Determine when an mciSendString sound is finished?

  1. #1

    Thread Starter
    Addicted Member danielkw's Avatar
    Join Date
    Mar 2000
    Location
    Sweden
    Posts
    134
    How do I know when the playing sound has reached its end? I play it using mciSendString "Play file" etc etc... I don't want to use the wait param since I want the program to run during the sound... I just want to repeat the sound when it has finished...

  2. #2
    Guest
    Try adding a DoEvents after the mciSendString play file code. --Suggestion

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width