M
metas
there is a TextBox control in Form1.
when i am in Form2, how can i write TextBox in Form1.
i tried that below;
when the button in Form2 is Clicked
dim obj as new form1
obj.textbox1.text="blabla"
it doesn't give any error but it doesn't make TextBox1.Text change...
thank you for your helping
when i am in Form2, how can i write TextBox in Form1.
i tried that below;
when the button in Form2 is Clicked
dim obj as new form1
obj.textbox1.text="blabla"
it doesn't give any error but it doesn't make TextBox1.Text change...
thank you for your helping