哎,这个问题怎么解决啊。
SoundPlayer 可以播放WAV文件。如果直接给出WAV文件的路径很简单。
SoundPlayer player = new SoundPlayer();
player.SoundLocation = "C:\\Resources\\sound\\msg.wav ";
player.Play();
这样就可以了。
如果将WAV文件加入资源,如何用SoundPlayer播放该文件呢?很头疼。
------解决方案--------------------http://www.cnblogs.com/hfyb/archive/2007/01/23/628232.html
著個應當是你想要的