Article ID: 107690
Article Last Modified on 10/11/2006
'The following two lines should be entered as a single line on a 'module
sheet
Declare Function sndPlaySound Lib "MMSYSTEM.DLL" (ByVal lpszSoundName
As String,_ ByVal wFlags As Integer) As Integer
Sub main()
'Calls the sndPlaySound function and passes it the name of
'the sound file to play
Call sndPlaySound("c:\bat\wave\close.wav", 0)
End Sub
Additional query words: 5.0 blaster soundblaster wss creative labs XL5
Keywords: kbprb kbprogramming KB107690