G
Gary
I have a project with three forms. Form1, Form2, and
Form3. On Form1 I have the following:
Dim Form2 as new Form2
Dim Form3 as new Form3
Let's say once I get to Form3, I want to return to
Form2. If I put a Form2.Show on a button, and Dimension
Form2 as new Form2, I get an error because Form2 has
already been defined on Form1. Is there an easy way to
navigate between forms without using MDI forms? I am a
newbie and was wondering how to do this.
Thanks,
Gary
Form3. On Form1 I have the following:
Dim Form2 as new Form2
Dim Form3 as new Form3
Let's say once I get to Form3, I want to return to
Form2. If I put a Form2.Show on a button, and Dimension
Form2 as new Form2, I get an error because Form2 has
already been defined on Form1. Is there an easy way to
navigate between forms without using MDI forms? I am a
newbie and was wondering how to do this.
Thanks,
Gary