I hope this will help: Form1 frm=new Form1(); frm.Show(); TextBox textBox=frm.Controls.Find("textBox1",false)[0] as TextBox; textBox.Text = "new text";
Q
Quintain
@Quintain
I hope this will help: Form1 frm=new Form1(); frm.Show(); TextBox textBox=frm.Controls.Find("textBox1",false)[0] as TextBox; textBox.Text = "new text";