I have an MDI parent container (form style: none) that fits to 1280x800. Child forms fit just within, say probably 1 or 2 pixels padding between the child edge and the parent. Mean to look seamless.
I know how to make separate forms draggable (regardless of where you click and hold down on the form) but is it possible to have a child dictate to the MDI parent where to move on screen? Reason being is that there is nothing on the parent that the user could click on. We cannot add an object to the parent (like a menu) because it would conflict with the design we are going for.
Suggestions on this one? The goal would be that users could click and drag anywhere on the child and it would move the entire application.