R
rsine
I am trying to understand how to work with multiple forms. To aid in
my understanding, I created a project with two forms each with a single
button. When Form1's button is clicked, the form is hiddend via
Me.Hide and Form2 is shown using ShowDialog. When Form2's button is
clicked I want to close Form2 and show Form1. My stumbling block is
how to reference Form1. I tried Form1.Show but this does not work.
What am I doing wrong? Any help is appreciated.
-Thanks
my understanding, I created a project with two forms each with a single
button. When Form1's button is clicked, the form is hiddend via
Me.Hide and Form2 is shown using ShowDialog. When Form2's button is
clicked I want to close Form2 and show Form1. My stumbling block is
how to reference Form1. I tried Form1.Show but this does not work.
What am I doing wrong? Any help is appreciated.
-Thanks