|
-
Feb 6th, 2000, 03:45 PM
#1
Thread Starter
New Member
I am using the multimedia control in a project to listen to few wav files one after the other. The first time i use it it runs ok but trying to use it again ,there is no sound . somtimes it gives you only the last wav file while the other files you can't heare. It will work ok again only after reaload again the Visual Basic. does anyone know what is my broblem ?
-
Feb 6th, 2000, 07:05 PM
#2
Member
Try closing the file using
mmcontrol1.command = "close"
before opening another file. Also if you want to play the file again without opening & closing it you need to go back to the start of the track using
mmcontrol1.command = "prev"
Good Luck!
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
|