A
Abet
Hi,
Im new to VB.NET programming, Im currently starting my study.
I have a simple question. I have two forms in my project and
I was wondering how could I access the value of a Text box
from one form in the other and vice versa. What is the best way
to display the 2nd form and be able to access the objects from
the main form. Right now im using the command
Dim frmPrint As New Form2
frmPrint.Show()
Thanks,
Abet
Im new to VB.NET programming, Im currently starting my study.
I have a simple question. I have two forms in my project and
I was wondering how could I access the value of a Text box
from one form in the other and vice versa. What is the best way
to display the 2nd form and be able to access the objects from
the main form. Right now im using the command
Dim frmPrint As New Form2
frmPrint.Show()
Thanks,
Abet