Uses of Windows Media Explorer
Uses of Windows Media Explorer
Rate Uses of Windows Media Explorer
(1(1 Vote))
File1.FileName = Dir1.Path
End Sub
Private Sub Drive1_Change()
Dir1.Path = Drive1.Drive
End Sub
Private Sub File1_Click()
MediaPlayer1.FileName = Dir1.Path & "\" & File1.FileName
End Sub
Uses of Windows Media Explorer Comments
No comments yet — be the first to post one!
Post a Comment