怎么添加背景音乐
我想在form里添加背景音乐,该怎么做?
using System.Media;
//只能播放WAV文件
SoundPlayer simpleSound = new SoundPlayer(@"FilePath");
simpleSound.Play();
如果你想播放其他类型的音乐文件 可以用Windows Media Player控件
具体实现 你自己搜一下论坛里的帖子