HOW TO:播放內嵌在 Windows Form 資源中的音效?
在资源中加入了音频文件 MSG.WAV ,如何用SoundPlayer播放该文件。
在MSDN中给的例子是
private void playSoundFromResource()
{
SoundPlayer sndPing = new SoundPlayer(SoundRes.GetType(), "Ping.wav ");
sndPing.Play();
}
SoundPlayer 没有这种构造函数。
哪位仁兄做过,告诉小弟,小弟万分感激。在线等待,这个东西很着急。
------解决方案--------------------http://www.cnblogs.com/hfyb/archive/2007/01/23/628232.html
著個應當是你想要的