G
Guest
I have been experimenting with the Scribble sample (both in C# and C++/CLI).
I create two or more child documents/windows and scribble different stuff in
them.
Even if the child windows do not overlap at all (within the MDI parent
frame), if I resize one of the MDI child windows, a Paint event is sent to
all the child windows (even the one whose document/view/client area has not
changed at all). How do I prevent this? It seems to cause flicker and a lot
of unnecessary drawing when multiple documents are open.
-David
I create two or more child documents/windows and scribble different stuff in
them.
Even if the child windows do not overlap at all (within the MDI parent
frame), if I resize one of the MDI child windows, a Paint event is sent to
all the child windows (even the one whose document/view/client area has not
changed at all). How do I prevent this? It seems to cause flicker and a lot
of unnecessary drawing when multiple documents are open.
-David