G
Guest
I have two form and I want to display in the first form some of the info from
the second one. Here is how I tried to do it:
<<<<ok button of form2>>>>>
Dim Myform1 As New Form1
Myform1.Label1.Text = TextBox1.Text
'label1 is in the first form
well, it seems very simple but my program does not want to update the
information of the first form. I guess I'm doing something wrong but what ??
Thank you for your help
the second one. Here is how I tried to do it:
<<<<ok button of form2>>>>>
Dim Myform1 As New Form1
Myform1.Label1.Text = TextBox1.Text
'label1 is in the first form
well, it seems very simple but my program does not want to update the
information of the first form. I guess I'm doing something wrong but what ??
Thank you for your help