I can't seem to pass values from Form1 to Form2 when i click
btnSubmit_click.
Form1:
txtName
txtAge
Form2:
Dim Form2 As New frmMain2()
strName = Form2.txtName.Text
strAge = Form2.txtAge.Text
lblName.Text = strName <- doesnt show!![]()
|
Results 1 to 2 of 2
Thread: Passing txt.Text to another form
|
Click Here to Expand Forum to Full Width |