hello i am vb user and now i try to learn the vc#.
i want to learn how can i change the properties from one form to other.
for example in vb.
if i write this code in the form2
then the label from form1 will change the text. how can i make the same in VC#?
i want to learn how can i change the properties from one form to other.
for example in vb.
if i write this code in the form2
Visual Basic:
Form1.Label1.Text = "My Text"