VBcoders Guest



Don't have an account yet? Register
 


Forgot Password?



Mp3 Player Using two instructions Argentina

by Juan Pedro ELizalde (1 Submission)
Category: Sound/MP3
Compatability: Visual Basic 5.0
Difficulty: Unknown Difficulty
Originally Published: Sun 7th March 1999
Date Added: Mon 8th February 2021
Rating: (1 Votes)

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



'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]

Download this snippet    Add to My Saved Code

Mp3 Player Using two instructions Argentina Comments

No comments have been posted about Mp3 Player Using two instructions Argentina. Why not be the first to post a comment about Mp3 Player Using two instructions Argentina.

Post your comment

Subject:
Message:
0/1000 characters