以下是引用xiaoxiao000在2007-10-16 18:56:26的发言:
追问:那是不是在程序里添加语句
Public Declare Function sndPlaySound Lib "winmm.dll" Alias "sndPlaySoundA" (ByVal lpszSoundName As String, ByVal uFlags As Long) As Long
以下就可以调用 sndPlaySound() 函数了啊,但是我的编译不通过啊
API浏览器可以自动帮你加入代码,但推荐你自己加入。
API函数应当加入(通用)声明处, 窗体的API函数声明必须用Private修饰。