Simple mp3 player, using multimedia control
Simple mp3 player, using multimedia control
Rate Simple mp3 player, using multimedia control
(1(1 Vote))
mmcMP3.DeviceType = "MPEGVideo"
mmcMP3.Filename = "C:\Myaudio.Mp3"
mmcMP3.Command = "Open"
mmcMP3.Command = "Play"
End Sub
Private Sub Form_Unload
mmcMP3.Command = "Stop"
mmcMP3.Command = "Close"
End Sub
Simple mp3 player, using multimedia control Comments
No comments yet — be the first to post one!
Post a Comment