Hi All,
Is there a way to override the Paint methods of a Status Bar or Toolbar? I don't see any OnPaint Event and really havn't a clue where to look:(. It seems that those objects ignore any color changes anyway.
Any help would be great...
Nv2002
Printable View
Hi All,
Is there a way to override the Paint methods of a Status Bar or Toolbar? I don't see any OnPaint Event and really havn't a clue where to look:(. It seems that those objects ignore any color changes anyway.
Any help would be great...
Nv2002
I think you'll have to override the WndProc and handle it there, at least that's how I've seen it done in VB6.