R
ryguy7272
I have a Form which I right-clicked, copied, and pasted to create another
(identical) Form to my project. I gave this new Form a different name and
changed the Caption. I am trying to come up with a way of running code to
copy all the data from the original Form to the new Form. Basically, the
both forms (which are identical) consist of about 8 textBoxes and 3
ComboBoxes. Is there an easy way to use code to copy the data from each
object from OldForm and transfer it to NewForm?
Thanks!
Ryan--
(identical) Form to my project. I gave this new Form a different name and
changed the Caption. I am trying to come up with a way of running code to
copy all the data from the original Form to the new Form. Basically, the
both forms (which are identical) consist of about 8 textBoxes and 3
ComboBoxes. Is there an easy way to use code to copy the data from each
object from OldForm and transfer it to NewForm?
Thanks!
Ryan--