1
Reply

Problem creating MDI child form

mmehta

mmehta

May 19 2004 10:42 AM
1.6k
How do I create an MDI child form outside the parent form? I have an MDI parent that calls a method which handles menu creation and events associated with the menu items. When a menu item is clicked, I want to create a new child form. How do I create a child form from this C# file and make it point to the parent? Help!!

Answers (1)