Does CWnd::GetClientRect() include the toolbar region?
Whenever i use InvalidateRect(), i pass the entire client region for repaint, inorder to retain the client window contents :
InvalidateRect(NULL);
But this affects my toolbars ( my application has two toolbars. ) - they disappear. I think it is because of InvalidateRect().
I am looking forward for a sound solution.