Click to See Complete Forum and Search --> : Status Bar Or ToolBar


NV2002
January 22nd, 2004, 10:39 PM
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

DSJ
January 23rd, 2004, 10:22 AM
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.