Playing MP3 in 2 lines !
Playing MP3 with 2 lines of code !
Original Author: MasterBlaster_PL
Code
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!"
Comments
No comments have been added for this post.
You must be logged in to make a comment.