Where might I find a complete list of these for the MessageRequester?
#MB_ICONINFORMATION
ao
MessageRequester Icons
From a program called API-Guide.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.
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."
The Programmer's Drinking Song:
"99 little bugs in the code,
99 little bugs.
Fix one bug, recompile
100 little bugs in the code."
-
- User
- Posts: 14
- Joined: Sun Oct 12, 2003 3:51 am
..
Sweet. Thanks.Proteus wrote:From a program called API-Guide.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.
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
if you search forum for #MB_ICONINFORMATION, you get also this link...(on page 2)
viewtopic.php?t=4765
-
- User
- Posts: 14
- Joined: Sun Oct 12, 2003 3:51 am
..
Wow sweet!.. guess I'll do my searching prior to asking..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
Thanks..
ao