VBcoders Guest



Don't have an account yet? Register
 


Forgot Password?



Opens up a dialog box and plays them using MediaPlayer!!!!!

by VisualScope (20 Submissions)
Category: Miscellaneous
Compatability: VB 6.0
Difficulty: Unknown Difficulty
Originally Published: Mon 29th May 2000
Date Added: Mon 8th February 2021
Rating: (1 Votes)

Opens up a dialog box and plays them using MediaPlayer!!!!!

Rate Opens up a dialog box and plays them using MediaPlayer!!!!!



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

Download this snippet    Add to My Saved Code

Opens up a dialog box and plays them using MediaPlayer!!!!! Comments

No comments have been posted about Opens up a dialog box and plays them using MediaPlayer!!!!!. Why not be the first to post a comment about Opens up a dialog box and plays them using MediaPlayer!!!!!.

Post your comment

Subject:
Message:
0/1000 characters