Page 1 of 1

Message Box Icons or Pictures or Graphics

Posted: Thu Oct 30, 2008 3:09 pm
by Rook Zimbabwe
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.

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.
used thus:

Code: Select all

     MessageRequester("TITLE", "TEXT TO DISPLAY GOES HERE...". MB_ICONINFORMATION )
Hope this clarifies for all
:D

Posted: Thu Oct 30, 2008 3:26 pm
by Kaeru Gaman
[ message beep sytem systemsound ]
to be added:

These Constants could also be used within the API call
MessageBeep_( #Type )
this will result in playing the sound that is associated to the given event (e.g. Warning) in the active Sound Profile.

Posted: Thu Oct 30, 2008 3:26 pm
by Fluid Byte

Posted: Thu Oct 30, 2008 3:56 pm
by +18
Rook Zimbabwe
That's useful Certainly.Thanksful
but it will be very useful if we can put specific icon into MessageRequester.