As you can see in attached screenshot, I open a few form in parent windows form. But if I click another program on my computer, for example Paint, Outlook etc., last opened windows form overlap on new screen. You can see that in second image.
How can I keep all form in parent form borders?
EDIT : I know I should use MDI Parent and I already create main form as a MDI parent form. But last form is not opened from MDI Parent like mentioned in this.
EDIT 2 : Here is the hierarchy;
- Main MDI Form -- MDI Child Form ---- Form ----- Form 2
I want to keep Form 2 in MDI Container. When I use another program, Form 2 is showing center of the screen :)