CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    May 1999
    Location
    United Kingdom
    Posts
    136

    Toolbar doesn't seem to redraw properly (2nd attempt)

    I've derived a class from CToolBar to get rid of the system's close box for all toolbars, but the derived class doesn't seem to redraw/clear the border properly while the
    toolbar is docked. If I make the application's window bigger or move it up, the toolbar's border contains whatever was at that screen position previously. It does NOT clear
    the border first and then draw it in a grey (or whatever).

    Any ideas?


  2. #2
    Join Date
    May 1999
    Location
    United Kingdom
    Posts
    136

    Re: Does really nobody know why?

    Is there any information I have left out for you to solve the problem? Hey, guys, you're CodeGurus, so it shouldn't be too difficult, should it.

    Oliver.


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