用PlaySound()函数e.g:[DllImport("winmm.dll")] public static extern bool PlaySound(String Filename, int Mod, int Flags);PlaySound("123.wav", 0, 9);