作者myrabbit (兔)
看板Visual_Basic
标题Re: [.NET] 拨放音乐
时间Thu Nov 10 20:18:26 2005
※ 引述《cafe444 (nothing)》之铭言:
: 在网路上有找到用sndPlaySound
: 去拨放WAV
: 不过去执行时都会有错误
: Private Declare Function sndPlaySound Lib "winmm.dll" Alias "sndPlaySoundA"
: (ByVal lpszSoundName As String, ByVal uFlags As Long) As Long
: Private Sub Label2_Click()
: IntRet = sndPlaySound("c:\test.wav", &H1)
: End Sub
: 像是这样
: 不知道有什麽方式可以拨放音乐
: 找了很多书都没有提到这部分@@"?
: 请教各位m(_ _)m
恩...如果你不介意的话...
Process.Start("c:\test.wav")
这样也可以拨音乐,只是会开个视窗出来 ^^"
--
※ 发信站: 批踢踢实业坊(ptt.cc)
◆ From: 218.184.51.8