VBcoders Browse New Submit Contact Sign In

No account? Register free

Forgot password?

Plays wav files based on the selected number.

Muhammad Zeeshan Naeem  (2 Submissions)   Sound/MP3   Visual Basic 5.0   Unknown Difficulty   Sun 24th November 2002   Mon 8th February 2021

Plays wav files based on the selected number.

API Declarations


' [email protected]
'make folder name "voice" and keep it where u make a project

Private Declare Function sndPlaySound Lib "winmm.dll" Alias "sndPlaySoundA" (ByVal lpszSoundName As String, ByVal uFlags As Long) As Long
Dim ln As Integer
Const SND_SYNC = &H0
Const SND_ASYNC = &H1
Const SND_NODEFAULT = &H2
Const SND_LOOP = &H8
Const SND_NOSTOP = &H10

Rate Plays wav files based on the selected number. (2(2 Vote))
Plays wav files based on the selected number..bas

Plays wav files based on the selected number. Comments

No comments yet — be the first to post one!

Post a Comment

0/1000 characters