lothos12345
Junior Contributor
I have a program with 2 forms and one textbox in each form. I want the value of the textbox in form one to appear in the textbox on form two. And if the users changes the value in of the string in form two and click the "Ok" button on form 2 I want form 2 to close and the altered string to appear back the the textbox on form 1. Basically I need help is understanding how to pass values back from one form to another. Any examples would be greatly appreciated.