11-06-2010, 11:11 AM
Hey dude, if you are trying to read the label1.text, maybe, on form2 and add the value into a textbox on form1, then its like this for C#:
Code:
TextBox1.Text == form2.Label1.Text