end of maximization of frame
C / C++ / MFC
1
Posts
1
Posters
0
Views
1
Watching
-
Hello everybody, does exist a handler which indicates the end of the maximization code? Because if I maximize the MDI-Frame i step 4 times into the OnSize Handler of the Frame and its View. Each time the View is calculated at new, which provokes a ugly effect (+- flickering) If I get the OnSize Handler for maximization, i could freeze the View or Screen. And after the last OnSize i release the Screen. But I don't find a way to detect the end of this maximizing process. Is there already a technique to work arround? Big thanks for any help :)