hello
i have 2 forms called "form1" and "form2"
form2 has a textbox.
form1 has a button.
when i clicked to button how can i get the value of textbox on form2?
Code in Form1:
Dim form2 As New Form2()
MsgBox(form2.TextBox1.Text)
Code in Form2:
TextBox1.Text="HELP"
Please help me. This is...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.