Hi
I am new to vb.net
but I am trying to pass a value from a textbox in form1 to a textbox in form2 but am not having any luck this is the code that I have on the on load event of form2
Dim Form1 as Form1
Me.Text2.text = Form1.Text1.Text
but nothing happens when I open form 2 from a button on form1
Thanks
I am new to vb.net
but I am trying to pass a value from a textbox in form1 to a textbox in form2 but am not having any luck this is the code that I have on the on load event of form2
Dim Form1 as Form1
Me.Text2.text = Form1.Text1.Text
but nothing happens when I open form 2 from a button on form1
Thanks