MB_ICONINFORMATION, MB_ICONQUESTION etc.
Posted: Tue Apr 06, 2004 2:43 pm
Hi. 
Where I can found a complete list of these icons?
Thanks
Where I can found a complete list of these icons?
Thanks
http://www.purebasic.com
https://www.purebasic.fr/english/
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.