Mimo
Dec 23rd, 2000, 12:47 AM
Hi !
playing wave files using API:
Declare Function sndPlaySound Lib "winmm.dll" Alias "sndPlaySoundA" (ByVal lpszSoundName As String, ByVal uFlags As Long) As Long
1-What are all the values of uFlags?
2-How can we stop playing a wave file started yo play using this API call
Thank You anyway!!
playing wave files using API:
Declare Function sndPlaySound Lib "winmm.dll" Alias "sndPlaySoundA" (ByVal lpszSoundName As String, ByVal uFlags As Long) As Long
1-What are all the values of uFlags?
2-How can we stop playing a wave file started yo play using this API call
Thank You anyway!!