|
-
Jun 17th, 2000, 07:58 AM
#1
Thread Starter
Member
In an ActiveX control this will work
code
---------------------
Private Sub cmdMusic_Click()
On Error Resume Next
cdlMusic.ShowOpen
MediaPlayer1.FileName = (cdlMusic.FileName)
End Sub
---------------------
end code
you will need to add the common diallog 6 and mediaplayer components for this
and of course have a commondialog called cdlMusic and a mediaPlayer called Mediaplayer1
Im not sure how to work it in a form tho as media player is an activeX program
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
|