Hello All.
Edward1:
In a situation like this, I would look at whether or not the changes between the two forms lend themselves to inheritance. That is, if the second form is a kind of the first form, then derive the second form from the first one. That is easy to do in the IDE, just add a new "Inherited Form" to your project.
HTH.
|