home *** CD-ROM | disk | FTP | other *** search
- DefInt A-Z
-
- Declare Sub MusicBeep Lib "msgmusic.dll" (ByVal wType)
- Declare Function MusicBox Lib "msgmusic.dll" (ByVal hWnd, ByVal Text$, ByVal Caption$, ByVal wType)
-
- Const MB_ICONSTOP = 16 ' Critical message
- Const MB_ICONQUESTION = 32 ' Warning query
- Const MB_ICONEXCLAMATION = 48 ' Warning message
- Const MB_ICONINFORMATION = 64 ' Information message
-
-