当前位置:主页
> 资源下载 > 50 > 启动程序伴随音乐(VB6.0源代码编写)Private Declare Function sndPlaySound Lib "winmm.dll" Alias "sndPlaySoundA" (ByVal lpszSoundName As String, ByVal uFlags As Long) As Long下载
-
启动程序伴随音乐(VB6.0源代码编写)Private Declare Function sndPlaySound Lib "winmm.dll" Alias "sndPlaySoundA" (ByVal lpszSoundName As String, ByVal uFlags As Long) As Long下载
资源介绍
启动程序伴随音乐(VB6.0源代码编写)Private Declare Function sndPlaySound Lib "winmm.dll" Alias "sndPlaySoundA" (ByVal lpszSoundName As String, ByVal uFlags As Long) As Long
Const SND_ASYNC = &H1
Private Sub Form_Load()
sndPlaySound App.Path + "\PY.WAV", &H1
End Sub
- 上一篇: 内置对象与应用程序配置
- 下一篇: 某些游戏和软件需要的d3dx9_dll文件