MFC 中设置背景音乐
#include #pragma comment( lib, "Winmm.lib" ) PlaySound函数的声明为: BOOL PlaySound(LPCSTR pszSound, HMODULE hmod,DWORD fdwSound); 第一种方法是直接播出声音文件,相应的代码为: PlaySound("c:\\win95\\media\\The Microsoft Sou