CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2

Thread: Screen Paintng

  1. #1
    Join Date
    Feb 2000
    Posts
    7

    Screen Paintng

    I have a splitter window in my childform in and MDI app. This splitter is made up of a CTreeView derived class on the left hand side and a CView derived class on the right hand side.
    When clicking on the tree nodes I'm creating modeless dialogs on the right hand side by making them children of the CView derived class. This all works fine.
    The problem I'm having is that if there is more than one dialog open and they overlap they all get screwed up with their painting ad the way they look.
    What do I need to do so that the dialogues will stay painted properly when they are moved about and overlap?


  2. #2
    Join Date
    May 1999
    Posts
    3,332

    Re: Screen Paintng

    looks like your question fits better in the C++ forum.


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