Opens up a dialog box and plays them using MediaPlayer!!!!!
Opens up a dialog box and plays them using MediaPlayer!!!!!
Rate Opens up a dialog box and plays them using MediaPlayer!!!!!
(1(1 Vote))
Private Sub command1_Click()
cd.DialogTitle = "Open Mp3 File"
cd.Filter = "MP3 Files|*.MP3"
cd.InitDir = "C:\Windows\Desktop\"
cd.ShowOpen
MediaPlayer1.Open cd.FileName
End Sub
Opens up a dialog box and plays them using MediaPlayer!!!!! Comments
No comments yet — be the first to post one!
Post a Comment