;
;
Rabu, 02 Desember 2009
Memainkan file WAV
Posted on 22.48 by AssLab Community
Private Declare Function sndPlaySound Lib _
"winmm.dll" Alias "sndPlaySoundA" _
(ByVal lpszSoundName As String, ByVal uFlags As Long) As Long
Private Sub Command1_Click()
sndPlay = sndPlaySound("C:\Filename.wav", 1)
End Sub
Langganan:
Posting Komentar (Atom)
No Response to "Memainkan file WAV"
Leave A Reply