Multiple Forms

  • Thread starter Thread starter Bruce F
  • Start date Start date
B

Bruce F

VB.net 2003 (Newbie)
I have a Windows Application with 2 forms.
On Form1 I have

Dim sPathName As String

When I open Form2,how do I access the sPathName string on Form1 from Form2?
 
Back
Top