Message Box Icons or Pictures or Graphics
Posted: Thu Oct 30, 2008 3:09 pm
These are scattered but searching for them is difficult because the forum lists only topic titles or when they are used... I searched for this topic by this text and could not find all the info.
So I put it here.
used thus:
Hope this clarifies for all

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 )
