Playing MP3 in 2 lines
Playing MP3 with 2 lines of code !
Rate Playing MP3 in 2 lines
(6(6 Vote))
Just copy this code to Form_Load event and replace !path to file! to path of mp3:
Set MP = Controls.Add("MediaPlayer.MediaPlayer.1", "MP", Me)
MP.object.FileName = "!Path to file here!"
Playing MP3 in 2 lines Comments
No comments yet — be the first to post one!
Post a Comment