So I put it here.
Code: Select all
Flag Meaning
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.
Code: Select all
MessageRequester("TITLE", "TEXT TO DISPLAY GOES HERE...". MB_ICONINFORMATION )
