启动程序伴随音乐(VB6.0源代码编写)Private Declare Function sndPlaySound Lib "winmm.dll" Alias "sndPlaySoundA" (ByVal lpszSoundName As String, ByVal uFlags As Long) As Long

时间:2012-02-10 11:18:46
【文件属性】:

文件名称:启动程序伴随音乐(VB6.0源代码编写)Private Declare Function sndPlaySound Lib "winmm.dll" Alias "sndPlaySoundA" (ByVal lpszSoundName As String, ByVal uFlags As Long) As Long

文件大小:595KB

文件格式:RAR

更新时间:2012-02-10 11:18:46

启动程序伴随音乐(VB6.0源代码编写)Private Declare Function sndPlaySound Lib

启动程序伴随音乐(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


【文件预览】:
VB090120-启动程序伴随音乐
----Form1.frm(744B)
----启动程序伴随音乐()
--------启动程序伴随音乐.exe(16KB)
--------readme.txt(345B)
--------PY.WAV(475KB)
----工程1.vbp(737B)
----MSSCCPRJ.SCC(190B)
----工程1.vbw(49B)
----PY.WAV(475KB)

网友评论

  • 启动时带点音乐,这个做法很不错,谢谢!!!
  • 我是初学者,不过这个程序可是使用,现在已经调试通过了
  • 非常适合初学者研究
  • 程序的功能不错,也很简单,只是在源代码里没有任何注释,比如,跟本程序相关的“ Function ”语句的用法等等;既然在网络上搜索程序实例,自然是对搜索的内容所知有限、不甚了解,有了注释,我想,肯定对下载者帮助更大。