Please help!
I need to play small audio files from my MFC Application... I need to do it on a certain even and it can be different sound every other time... Thanks!!!
Printable View
Please help!
I need to play small audio files from my MFC Application... I need to do it on a certain even and it can be different sound every other time... Thanks!!!
Try this..
BOOL PlaySound(
LPCSTR pszSound,
HMODULE hmod,
DWORD fdwSound
);
May be it will Help u out...