hello
my problem is simple but i cant solve it.
i have textbox in form1 and i want the value in the textbox equeal to the value in label in form2..how can i do it..
my code sample is:
form1.Text1.Text=form2.Label1.Caption
its not working...
anyone can help?