mdi parents
Hello,
I am working on a windows application in C#.NET 2.0.
I am using an MDI form with multiple buttons on it. Clicking on the buttons opens a child form.
Now, the problem i am facing is that the buttons on the parent form are coming on the top of the child forms and not hiding behind. I need the child form to cover the controls on the MDI form.
Would appreciate if someone can guide me in the correct direction.
Sam HobbsPosted Nov 6, 2009, 12:39 PM
If so, then one thing you need to do is to not use MDI forms; they are not designed to work that way.
Perhaps you need to use a TabControl.
Naeem KhanPosted Nov 6, 2009, 12:37 AM