|
Hi all
I Have an MDI form which is set to mdi container as true and from that form menu i am opening a new form which is a child of the main form ,from the child form i am calling a another form like
Form3 obj=new Form3 obj.show() I want this form to be a mdi child of the Main form
Any help
Dam |