VBcoders Browse New Submit Contact Sign In

No account? Register free

Forgot password?

Simple Code To Play a Wave File

Raghu  (22 Submissions)   Sound/MP3   VB 6.0   Unknown Difficulty   Fri 12th May 2000   Mon 8th February 2021

Simple Code To Play a Wave File

API Declarations


'BY S.Raghunathan

'Declarations
Private Declare Function sndPlaySound Lib "winmm.dll" Alias "sndPlaySoundA" _
(ByVal lpszSoundName As String, ByVal uFlags As Long) As Long
Dim fileName as String



Rate Simple Code To Play a Wave File (1(1 Vote))
Simple Code To Play a Wave File.bas

Simple Code To Play a Wave File Comments

No comments yet — be the first to post one!

Post a Comment

0/1000 characters