You are on page 1of 1

For x = 1 To 1 sndPlaySound App.Path & "\SMSVoice.

wav", _ SND_ASYNC Or SND_NODEFAULT Next x

module Public Declare Function sndPlaySound Lib _ "winmm.dll" Alias "sndPlaySoundA" ( _ ByVal lpszSoundName As String, _ ByVal uFlags As Long) As Long

You might also like