Restored from previous forum. Originally posted by Rookie.
I am looking for the flag names for the little pictures for The MessageRequester So if You Are The Author Of The Page in Tip 'n tricks with them let me know then
Restored from previous forum. Originally posted by gnozal.
;
; Flags for MessageRequester(Title$, Text$, Flags)
; ------------------------------------------------
;
; API: MessageBox_() & MessageBoxEx_()
;
;
; [ Buttons ]
;
;Â Â Â Â Â Â Â Â Â Â Â Â #MB_OK = [OK]Â Â Â Â Â Â Â ( --> 0 = Standard )
;Â Â Â Â Â Â Â Â Â #MB_OKCANCEL = [OK] [Cancel]
;
;Â Â Â Â Â Â Â Â Â Â #MB_YESNO = [Yes] [No]
;Â Â Â Â Â Â Â #MB_YESNOCANCEL = [Yes] [No] [Cancel]
;
;Â Â Â Â Â Â Â #MB_RETRYCANCEL = [Retry] [Cancel]
;
;Â Â Â Â Â #MB_ABORTRETRYIGNORE = [Abort] [Retry] [Ignore]
;Â Â Â Â #MB_CANCELTRYCONTINUE = [Cancel] [Retry] [Continue]Â -Â (> Windows 98/2000)
;
;Â Â Â Â Â Â Â Â Â Â Â #MB_HELP = [Help] --> Help-Button (> Windows NT4/95)
;Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â If this button is chosen, the Windows-Message
; '#WM_HELP' is sent to the program. Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â gesendet.
;
; [ Icons ]
;
;Â Â Â Â Â Â Â Â Â #MB_ICONSTOP = Icon (X) : Stop
;Â Â Â Â Â Â Â Â #MB_ICONERROR = Icon (X) : Stop (> Windows NT4/95)
;Â Â Â Â Â Â Â Â Â #MB_ICONHAND = Icon (X) : Stop
;
;Â Â Â Â Â Â Â #MB_ICONQUESTION = Icon (?) : Question mark
;
;Â Â Â Â Â Â Â #MB_ICONASTERISK = Icon (i) : Information
;Â Â Â Â Â #MB_ICONINFORMATION = Icon (i) : Information
;
;Â Â Â Â Â Â Â #MB_ICONWARNING = Icon (!) : Warning (> Windows NT4/95)
;Â Â Â Â Â #MB_ICONEXCLAMATION = Icon (!) : Warning
;
; [ Default Button ]
;
;Â Â Â Â Â Â Â Â #MB_DEFBUTTON1 = 1. Button is 'default' (selected)
;Â Â Â Â Â Â Â Â #MB_DEFBUTTON2 = 2. Button is 'default' (selected)
;Â Â Â Â Â Â Â Â #MB_DEFBUTTON3 = 3. Button is 'default' (selected)
;Â Â Â Â Â Â Â Â #MB_DEFBUTTON4 = 4. Button is 'default' (selected)Â -Â (> Windows NT4/95)
;
; [ Priority ]
;
;Â Â Â Â Â Â Â Â #MB_APPLMODAL = Message box is modal (for application)
;Â Â Â Â Â Â Â #MB_SYSTEMMODAL = Message box is modal (for all the OS! -> severe errors!)
;
; [ Misc ]
;
;          #MB_RIGHT = Text align right - (> Windows NT4/95)
;Â Â Â Â Â Â #MB_SETFOREGROUND = MsgBox is foreground
;Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â (intern call to SetForegroundWindow_())
;Â Â Â Â Â Â Â Â Â #MB_TOPMOST = MsgBox is 'Stay-on-Top'Â -Â (> Windows NT4/95)
;
; [ Return values ]
;
;Â Â Â Â Â Â Â Â Â #IDYESÂ Â Â Â = Yes
;Â Â Â Â Â Â Â Â Â #IDNOÂ Â Â Â = No
;Â Â Â Â Â Â Â Â Â #IDOKÂ Â Â Â = OK
;Â Â Â Â Â Â Â Â Â #IDABORTÂ Â Â = Abort
;Â Â Â Â Â Â Â Â Â #IDCANCELÂ Â = Cancel
;         #IDCONTINUE = Continue  ; (> Windows 98/2000)
;Â Â Â Â Â Â Â Â Â #IDIGNOREÂ Â = Ignore
;Â Â Â Â Â Â Â Â Â #IDRETRYÂ Â Â = Retry
;Â Â Â Â Â Â Â Â Â #IDTRYAGAINÂ = Retry again ; (> Windows 98/2000)
;Â Â Â Â Â Â Â Â Â Â Â Â Â Â 0 = Error