how to use different font color in StatusBarPanel

unshaven

Newcomer
Joined
Oct 12, 2004
Messages
10
Location
europe
Hi,

I fiddled around and searched in the msdn for all members of that StatusBarPanel thing, but I found no way to use different font colors in different status bar panels in one StatusBar.

(I want to do things like graying the "NUMLOCK", "CAPSLOCK" etc. in my status bar when the corresponding keys are inactive. writing in upper/lower case for this looks... not fine.)
 
another question,

can I fire this event by myself, when I think there should be a change?

(when I want to draw this thing in a diferent color, and not change anything oh the panel's properties... no event gets fired)

I can't find how to arbitrarily fire events...
 
Back
Top