Re: MessageBeep sound type?
Following the documentation:
BOOL MessageBeep( UINT uType // sound type);
Parameters
uType
Specifies the sound type, as identified by an entry in the [sounds] section of the registry. This parameter can be one of the following values:
Value Sound
0xFFFFFFFF Standard beep using the computer speaker
MB_ICONASTERISK SystemAsterisk
MB_ICONEXCLAMATION SystemExclamation
MB_ICONHAND SystemHand
MB_ICONQUESTION SystemQuestion
MB_OK SystemDefault
So, you don't precise the wav file you want to play, but the type of sound. the association type / file is a system "property".
HTH.
K.
Ash to ash and clay to clay, if the enemy doesn't get you, your own folk may.
Re: MessageBeep sound type?
and all the other system sounds?
Sally