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!!