Mp3 Player Using two instructions Argentina
Mp3 Player Using two instructions Argentina
API Declarations
Declare Function mciSendString Lib "winmm.dll" Alias "mciSendStringA" (ByVal lpstrCommand As String, ByVal lpstrReturnString As String, ByVal uReturnLength As Long, ByVal hwndCallback As Long) As Long
Rate Mp3 Player Using two instructions Argentina
(2(2 Vote))
'add the following code
dim ret as long
ret = mcisendstring("OPEN mp3file Alias Sonido",0,0,0)
ret = mcisendstring("Play sonido",0,0,0)
'for more code send an email to [email protected]
Mp3 Player Using two instructions Argentina Comments
No comments yet — be the first to post one!
Post a Comment