Add the Constants for the MessageRequester
Posted: Wed Jun 30, 2004 9:52 pm
Can you add the icon constants to the 'MessageRequester'?
I think it would be as easy as adding the constant definitions and adding them to the help file.
Here is the list the need to be made into PureBasic equivalents:
I think it would be as easy as adding the constant definitions and adding them to the help file.
Here is the list the need to be made into PureBasic equivalents:
To display an icon in the message box, specify one of the following values.
MB_ICONEXCLAMATION
An exclamation-point icon appears in the message box.
MB_ICONWARNING
An exclamation-point icon appears in the message box.
MB_ICONINFORMATION
An icon consisting of a lowercase letter i in a circle appears in the message box.
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
A stop-sign icon appears in the message box.
MB_ICONERROR
A stop-sign icon appears in the message box.
MB_ICONHAND
A stop-sign icon appears in the message box.