VBcoders Browse New Submit Contact Sign In

No account? Register free

Forgot password?

Play Wav Files and Others By Clicking a Command Button (Fixed)

Jonh Kevin  (2 Submissions)   Sound/MP3   VB 6.0   Unknown Difficulty   Wed 10th September 2008   Mon 8th February 2021

Play Wav Files and Others By Clicking a Command Button (Fixed)

API Declarations


Option Explicit
Private Declare Function sndPlay lib "winmm.dll" Alias "sndPlaySoundA" _
(ByVal lpszSoundName As String, ByVal uFlags As Long) As Long
Private Const SND_ASYNC = &H1
Private Const SND_SYNC = &H0
Private Const SND_LOOP = &H8
Private Const SND_NODEFAULT = &H1
Private Const SND_VALID = &H1F
Private Const SND_MEMORY = &H4
Private Const SND_PURGE = &H40

Rate Play Wav Files and Others By Clicking a Command Button (Fixed) (2(2 Vote))
Play Wav Files and Others By Clicking a Command Button (Fixed).bas

Play Wav Files and Others By Clicking a Command Button (Fixed) Comments

No comments yet — be the first to post one!

Post a Comment

0/1000 characters