Page 1 of 1

MB_ICONINFORMATION, MB_ICONQUESTION etc.

Posted: Tue Apr 06, 2004 2:43 pm
by Armoured
Hi. :D
Where I can found a complete list of these icons? :?

Thanks

Posted: Tue Apr 06, 2004 2:52 pm
by MrCoder
These are the ones that are listed in the programme API Guide:

Code: Select all

Specify one of the following flags to display an icon in the message box:
MB_ICONEXCLAMATION,
MB_ICONWARNING
 An exclamation-point icon appears in the message box.
MB_ICONINFORMATION, MB_ICONASTERISK
 An icon consisting of a lowercase letter i in a circle appears in the message box.
MB_ICONQUESTION
 A question-mark icon appears in the message box.
MB_ICONSTOP,
MB_ICONERROR,
MB_ICONHAND
 A stop-sign icon appears in the message box.
There is a linkl to it in the Win32 sticky thread.

There is also this MSDN Page

Hope this helps.

Posted: Tue Apr 06, 2004 4:46 pm
by Berikco
Danilo posted an overview of all flags once
the search function realy works....
viewtopic.php?t=4765