
Change Background and Text Color of StatusBar
Make your first pane owner drawn by setting the correct style... and in the
DrawItem method can draw whatever you please (as long as it fits the panes
borders)
But since the pane is ownerdrawn you're going to have to manually draw your
text in the pane (in any colour and with any colour background).
hope that helps....
Quote:
>Hi,
>Does anyone know how to chage backgroud and text color
>for only the first pane of status bar?
>Sending SB_SETBKCOLOR message chages background color
>for all the pane of status bar.
>Thanks,
>Yosh