Hi All,
my application contains a MDI child form on which there will be some picture boxes.. . behind that picture boxes there will be some code also. assume this form as Form1.

there is a menu option called "new" on my Parent MDI form. suppose a user clicks "New" then a new form should be created(assume this new form as Form2), with the same controls on the old one(Form1)..

Now my question is ... Is it possible to create a new form "Form2" from "Form1" so that, the Form2 shold resemble as "form1" with the same controls and code...?.. (that means, is there any posibility to create an instance to my form1)

Thanks:
retgards:
raghunadhs