Hello
I would like to create a duplicate of my form1 as form2 and have the controls on form2 do different things than form1 controls. Can this be done? I have tried
inside a button. It creates a form2 but everything works the same as form1. I am doing this for the fun of learning and have no practical use yet.
Thanks
George
I would like to create a duplicate of my form1 as form2 and have the controls on form2 do different things than form1 controls. Can this be done? I have tried
Code:
dim form2 as new form1
Thanks
George