|
-
Oct 31st, 2001, 04:50 PM
#1
uh oh
i know this is a dunb question but whats the code to stop an audio file whilke its playing? i.e whena commad button is hit?
-
Oct 31st, 2001, 05:23 PM
#2
Fanatic Member
Uhmmmm.....what method are you using to play the audio file to begin with ???
If your using the PlaySound API function, then "PlaySound vbNull, ByVal 0&, SND_PURGE" stops the sound.
If your using MMControl then, MMControl1.Command = "stop" works.
Obviously a 3rd-party control would require reading the documentation.
More information is needed.
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
|