Форум — Ответы     (  К темам )
 ?  DIma: wav (15-12-2002 20:28:52)
Как проиграть wav без MediaPlayer
 Владимир (16-12-2002 18:31:21)
The PlaySound function plays a sound specified by the given filename, resource, or system event. (A system event may be associated with a sound in the registry or in the WIN.INI file.)

BOOL PlaySound(

LPCSTR pszSound,
HMODULE hmod,
DWORD fdwSound
);
Смотрите полный ответ в теме
(13-12-2002 16:52:55) Как воспроизвести wav из exe при помощи PlaySound?