Y
Young
When I create a new form, I usually copy from and existing form that is the
closest match (controls wise) so I don't have to set all the properties
again.
I then rename the new form. The problem with this is the IDE will
automatically rename all my old forms as well.
For example, I got a form called Form1. I then create Form2 (copied from
Form1 and renamed to Form2). When I rename the form, the IDE changes all
references of Form 1 to Form2.
Can this be prevented?
Thanks
Young
closest match (controls wise) so I don't have to set all the properties
again.
I then rename the new form. The problem with this is the IDE will
automatically rename all my old forms as well.
For example, I got a form called Form1. I then create Form2 (copied from
Form1 and renamed to Form2). When I rename the form, the IDE changes all
references of Form 1 to Form2.
Can this be prevented?
Thanks
Young