CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Dec 2002
    Location
    USA
    Posts
    207

    Status Bar Or ToolBar

    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

  2. #2
    Join Date
    Jun 2001
    Location
    MO, USA
    Posts
    2,868
    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.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured