日期:2014-05-19  浏览次数:20717 次

怎么在winform中播放音乐
我想在winform中插入一段音乐,怎么做呢

------解决方案--------------------
private SoundPlayer player;
player = new SoundPlayer();
player.SoundLocation = "a.wav ";
player.Load();
player.Play();


*****************************************************************************
欢迎使用CSDN论坛专用阅读器 : CSDN Reader(附全部源代码)

最新版本:20070212

http://www.cnblogs.com/feiyun0112/archive/2006/09/20/509783.html