README.md
December 4, 2022 ยท View on GitHub
Description
Playing MP3 with 2 lines of code !
More Info
| Submitted On | |
| By | vViktor |
| Level | Beginner |
| User Rating | 5.0 (25 globes from 5 users) |
| Compatibility | VB 6.0 |
| Category | Sound/MP3 |
| World | Visual Basic |
| Archive File |
Source 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!"