
Keeping Child in MDI within App Frame
I have a MDI multi-doc template in VC++ 6
I am trying to figure out how to keep all children within the confines of
the main window, for both sizing and moving.
One of my problems is that I can't wait until they let go of the mouse to
determine whether it's outside the screen, I need to make sure as their
dragging it doesn't allow them to drap past the confines.
Does anyone have any ideas?
Thank you
John