R
Rado
Hello.
I've got one problem.
I have to forms> Form1 and Form2.
Form1 and form2 are loaded, And I want change some data in Form1 from Form2.
I tryed to write this>>
Dim frm as new form1
frm.textbox1.text="Peter", but this is probably bad, because program show me
error.
How can I do it?
Thanks for answers.
I've got one problem.
I have to forms> Form1 and Form2.
Form1 and form2 are loaded, And I want change some data in Form1 from Form2.
I tryed to write this>>
Dim frm as new form1
frm.textbox1.text="Peter", but this is probably bad, because program show me
error.
How can I do it?
Thanks for answers.