如何在窗体加载时播放一段音乐
如何在窗体加载时播放一段音乐,还请大虾从指点迷经!( 最好做一个实列给在下看下,)感激不尽
using System.Runtime.InteropServices; //导入命名空间
[DllImport("winmm.dll")]
public static extern bool PlaySound(String Filename, int Mod, int Flags); //声明~~~
PlaySound("Bgsound.wav", 0, 1); //播放声音文件