[<<Previous Entry]
[^^Up^^]
[Next Entry>>]
[Menu]
[About The Guide]
MsgPaint( hWnd, cMsg, cMsgDef, lErase, lCentered, nSize,;
nClrFore, nClrBack, hFont, lInset )-> <nil>
------------------------------------------------------------------------------
PARAMETER:
<hWnd> Is the handle that identifies the window which holds the
message bar
<cMsg> Is the message to display on the message bar
<cMsgDef> The alternative default message to be displayed if cMsg is
not given
<lErase> Is a Flag, that determines if the whole message bar has to
be repainted, if it is TRUE
<lCentered> Is TRUE if the message has to be painted centered
<nSize> The length of the message bar in characters
<nClrFore> The foreground color that is used to draw on the message
bar as a Windows COLOR number, default is CLR_BLACK
<nClrBack> The background color of the message bar as a Windows COLOR
number. The default value is CLR_LIGHTGRAY
<hFont> Handle that identifies a font that will be used for the
message bar
<lInset> If this Flag is TRUE, the message text is framed with an
Inset Frame, otherwise it is written on the message bars
surface.
DESCRIPTION:
This function is used by the TMSGBAR class to paint the bottom message
bar of a window ( method ::Paint()). It is written in C for
performance reasons.
SOURCE:
SOURCE\FUNCTION\MSGTOOLS.C
See Also:
DEFINE/SET MESSAGE
TMSGBAR
This page created by ng2html v1.05, the Norton guide to HTML conversion utility.
Written by Dave Pearson