G
Guest
Hello
How can I change a property of a control from From2 but the control is in
Form1.
I wrote these code in Form2 but didnt work.
Dim f as new form1
f.Textbox1.Text = "hello world"
How can I change a property of a control from From2 but the control is in
Form1.
I wrote these code in Form2 but didnt work.
Dim f as new form1
f.Textbox1.Text = "hello world"