Problem creating MDI child form
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!!