In an MFC application there is a small rectangular region where the scroll bars meet (bottom right of the window). It seems that this region only invalidates when the frame is resized. On other occasions (for example, if another window is dragged over it), this region does not repaint.
I've been able to reproduce it in VS 6 and 2008 on newly created projects. I've also seen some commercial apps with the same problem. To recreate it:
- Create a new SDI project with a CScrollView derived view.
- Resize the window so that both scroll bars are shown.
- Drag another window over that rectangle to see the repaint problem.
Any ideas how to get rid of this?