|
-
Feb 1st, 2005, 08:40 PM
#4
Member
Re: Help With the Common Dialog...
HAve you tried concatenating them then?
MediaPlayer1.Filename = "file1.mp3;file2.mp3;file3.mp3" etc etc...
Basically once you retreive the multiply names from the commondialog, you could do this
Change entries to be a string instead of an array, Then
Entries = Replace(Commondialog1.file, " ", ";")
And then
MedialPlayer1.Filename = Entries
Last edited by MystikShadows; Feb 1st, 2005 at 08:43 PM.
When they say it can't be done, THAT's when they call me ;-)
MystikShadows
JC-Hosting.net
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
|