MB_ICONINFORMATION, MB_ICONQUESTION etc.

Just starting out? Need help? Post your questions and find answers here.
Armoured
Enthusiast
Enthusiast
Posts: 365
Joined: Mon Jan 26, 2004 11:39 am
Location: ITALY
Contact:

MB_ICONINFORMATION, MB_ICONQUESTION etc.

Post by Armoured »

Hi. :D
Where I can found a complete list of these icons? :?

Thanks
MrCoder
New User
New User
Posts: 8
Joined: Wed Dec 03, 2003 11:21 pm
Location: UK
Contact:

Post 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.
Berikco
Administrator
Administrator
Posts: 1326
Joined: Wed Apr 23, 2003 7:57 pm
Location: Belgium
Contact:

Post by Berikco »

Danilo posted an overview of all flags once
the search function realy works....
viewtopic.php?t=4765
Post Reply