Page 1 of 1

MessageRequester Icons

Posted: Tue Oct 14, 2003 4:43 pm
by AgentOrange
Where might I find a complete list of these for the MessageRequester?

#MB_ICONINFORMATION

ao

Posted: Tue Oct 14, 2003 4:46 pm
by Proteus
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.
From a program called API-Guide.

..

Posted: Tue Oct 14, 2003 4:53 pm
by AgentOrange
Proteus wrote:
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.
From a program called API-Guide.
Sweet. Thanks.

Posted: Tue Oct 14, 2003 6:39 pm
by Berikco
Danilo posted an overview of all flags once
if you search forum for #MB_ICONINFORMATION, you get also this link...(on page 2)

viewtopic.php?t=4765

..

Posted: Tue Oct 14, 2003 7:12 pm
by AgentOrange
Berikco wrote:Danilo posted an overview of all flags once
if you search forum for #MB_ICONINFORMATION, you get also this link...(on page 2)

viewtopic.php?t=4765
Wow sweet!.. guess I'll do my searching prior to asking..

Thanks..

ao