Home > Net >  How will the textbox2 in Form1 content in the textbox1 to Form3?
How will the textbox2 in Form1 content in the textbox1 to Form3?

Time:09-24

Image is the relevant code in Form1

CodePudding user response:

In form3 define a public variables: public string form3. Textbox1. Text=form3;
Call in form1 form3 f3=new form3 (); F3. Form3=textbox3. Text;

CodePudding user response:

There are many kinds of methods, look here
  •  Tags:  
  • C #
  • Related