README.md

December 4, 2022 ยท View on GitHub

Playing MP3 in 2 lines !

Description

Playing MP3 with 2 lines of code !

More Info

Submitted On
ByvViktor
LevelBeginner
User Rating5.0 (25 globes from 5 users)
CompatibilityVB 6.0
CategorySound/MP3
WorldVisual 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!"

Contents

  1. 1Playing MP3 in 2 lines !
  2. 1.1Description
  3. 1.2More Info
  4. 1.3Source Code