- Home
·
- Sound/MP3
·
- Only three lines of code for a MP3 and WAVE file player. You can play any mp3 or wave file this is
Only three lines of code for a MP3 and WAVE file player. You can play any mp3 or wave file this is
Only three lines of code for a MP3 and WAVE file player. You can play any mp3 or wave file this is the simplest code for playing Mp3 asnd wave
API Declarations
Rate Only three lines of code for a MP3 and WAVE file player. You can play any mp3 or wave file this is
(2(2 Vote))
a = "stop " & Text1
s = mciExecute(a)
End Sub
Private Sub Command2_Click()
a = "play " & Text1
s = mciExecute(a)
End Sub
Private Sub Command3_Click()
cd.ShowOpen
Text1 = cd.FileName
End Sub
Private Sub Command4_Click()
a = "pause " & Text1
s = mciExecute(a)
End Sub
Only three lines of code for a MP3 and WAVE file player. You can play any mp3 or wave file this is Comments
No comments yet — be the first to post one!
Post a Comment