Hello all,
I know it is a very basic question but I'm having problems in duplicating forms. What I'm trying to achive is the following.
I have a single form application with lot of panels. To cleanup the design, I would like to duplicate the base form, changing the form name, in order to delete all unnecessary objects and leave only the single panel. Then, by code and when necessary, I'll move the panel from a form the the main one.
So, from
frmMain (with Panel1, Panel2, Panel3,....)
I would like to obtain
frmMain (with Panel1)
Form2 (with Panel2)
Form3 (with Panel3)
and so on...
I'm getting crazy in copying/moving forms between modules. Is anyone there so kind to describe the procedure step by step?
Many thanks
Skipper
I know it is a very basic question but I'm having problems in duplicating forms. What I'm trying to achive is the following.
I have a single form application with lot of panels. To cleanup the design, I would like to duplicate the base form, changing the form name, in order to delete all unnecessary objects and leave only the single panel. Then, by code and when necessary, I'll move the panel from a form the the main one.
So, from
frmMain (with Panel1, Panel2, Panel3,....)
I would like to obtain
frmMain (with Panel1)
Form2 (with Panel2)
Form3 (with Panel3)
and so on...
I'm getting crazy in copying/moving forms between modules. Is anyone there so kind to describe the procedure step by step?
Many thanks
Skipper