c# getting value from other form

Posted by djuzla123 on Stack Overflow See other posts from Stack Overflow or by djuzla123
Published on 2011-06-24T23:39:18Z Indexed on 2011/06/25 0:22 UTC
Read the original article Hit count: 116

Filed under:
|
|

Situation i have: textbox(to input your name) on form1. From that form1 on button click i go to form2. From form2 button click to form3. On form3 on button click i need to writte me in empty textbox value from textbox on form1 that user wrote down. example: on form1 in textbox1 i write my name "Djuzla". When i go to form3 and click button to see what name i wrote in form1 it should show in empty textbox3 form3 "Djuzla".

I'm stuck with this few hours now, and it stupid problem but i have no idea what to do next.. tried all from zillion theards on net :p

© Stack Overflow or respective owner

Related posts about c#

Related posts about forms