请问发声怎么弄?
就是想在执行程序的时候想发出声响应该怎么弄!BEEP好像太小了声,听不见!
谢谢哦!
不好意思哦 1
怎么放一个WAV文件啊?
我按这样调用播不出来:
Private Declare Function sndPlaySound Lib "winmm.dll" Alias "sndPlaySoundA" _
(ByVal lpszSoundName As String, ByVal uFlags As Long) As Long
Private Sub Form_Load()
Dim I As Long
I = sndPlaySound("e:\472621-20060526204109.mp3", 1)
End Sub
不知何故?