请问发声怎么弄?
就是想在执行程序的时候想发出声响应该怎么弄!BEEP好像太小了声,听不见!
2006-12-06 16:25
2006-12-07 09:06
谢谢哦!
2006-12-07 13:42
不好意思哦 1
怎么放一个WAV文件啊?
2006-12-09 16:07
2006-12-09 17:19
我按这样调用播不出来:
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
不知何故?

2006-12-10 11:55
2006-12-10 11:57
2006-12-10 12:08

2006-12-10 12:13
2006-12-10 12:18