MessageRequester Icons

Just starting out? Need help? Post your questions and find answers here.
AgentOrange
User
User
Posts: 14
Joined: Sun Oct 12, 2003 3:51 am

MessageRequester Icons

Post by AgentOrange »

Where might I find a complete list of these for the MessageRequester?

#MB_ICONINFORMATION

ao
Proteus
Enthusiast
Enthusiast
Posts: 113
Joined: Wed Sep 17, 2003 8:04 pm
Location: The Netherlands

Post 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.
P4 2.4GHz, 256 MB, WinXP Pro, onboard video&audio.
The Programmer's Drinking Song:
"99 little bugs in the code,
99 little bugs.
Fix one bug, recompile
100 little bugs in the code."
AgentOrange
User
User
Posts: 14
Joined: Sun Oct 12, 2003 3:51 am

..

Post 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.
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
if you search forum for #MB_ICONINFORMATION, you get also this link...(on page 2)

viewtopic.php?t=4765
AgentOrange
User
User
Posts: 14
Joined: Sun Oct 12, 2003 3:51 am

..

Post 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
Post Reply