Maximized MDI Child window flicker?
C / C++ / MFC
1
Posts
1
Posters
0
Views
1
Watching
-
Hi all, I have an application that is a MDI app, with multiple views attached to each document. When I switch between views of the same document, with the MDI child frames NOT maximized, everything is cool (no flickering when switching between frames/views). However, when I switch between frames when the child frames are MAXIMIZED, the activated frame/view seems to "remember" it's non-maximized dimensions, display that and THEN subsequently refresh and display itself as maximized. As you can guess, this causes a momentary flicker in between the time the maximized frame shows the "non-maximized" dimensions and the the time it finally displays itself as maximized. Any clues as to how I might avoid this? Thanks.... :confused: