Play system sounds using MessageBeep API
API Declarations
Const MB_ICONEXCLAMATION = &H30 'SystemExclamation sound.
Const MB_ICONHAND = &H10 'SystemHand sound.
Const MB_ICONQUESTION = &H20 'SystemQuestion sound.
Const MB_OK = &H0 'SystemDefault sound.
Private Declare Function MessageBeep Lib "user32.dll" (ByVal wType As Long) As Long