Copy information from one form into another.

bbarclay

Member
Joined
Sep 15, 2006
Messages
23
Programming Experience
Beginner
This might be really simple but it's been plagging me. Here is a general problem I can't seem to hack. Lets say you have two forms. Form1 and Form2.

Form 1 contains three text fields. Username.Txt, UserPassword.Txt and UserPurchaseID.Txt. Now the user needs to be able to click the open re-order button and have these three fields that have been filled out in form1.vb one, load into the text boxes in form2.vb.

Thanks

Brandon
 
Here it would work like this, if it worked.

this doesn't function. It's just an example I've setup. If you can make the code work and then repost it that would be awesome.
 
Last edited by a moderator:
Follow the first link in my signature and read all four parts of the article.

Also, please post in the most suitable forum for the topic in future, not just the first one you come to. Moved.

Finally, please do not post binary files in future. I've removed your attachment. If you want to post entire projects, which I recommend against in the vast majoprity of situations, then remove the 'bin' and 'obj' folders first, plus any other binary files that may be under the solution or project folder.
 
Back
Top