MessageRequester Icons
Posted: Tue Oct 14, 2003 4:43 pm
Where might I find a complete list of these for the MessageRequester?
#MB_ICONINFORMATION
ao
#MB_ICONINFORMATION
ao
http://www.purebasic.com
https://www.purebasic.fr/english/
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.
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.
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