In a MDI program how to open an exe file in a child?
In a MDI program how to open an exe file in a child?
I have made a program which is of MDI, & I want to open an exe file in a child rather than child form or MDIParent. As in my coding in program.cs I have written Application.Run(new MDIParent1()); // to open Parent form Or I have written Application.Run(new form()); [COLOR="rgb(139, 0, 0)"]// to open a form[/COLOR] But as I said I want exe file to open whenever I click new on MDIPARENT form, How can I do it?
I am just a novice in programming.
__________________
How to do programming?
|