Hi.
This might be a very basic queston but pls. excuse my ignorance for this.
I am developing a VB.NET Windows based application.
My Application has got 3 Forms Namely :

Form1
Form2
Form3

My Startup Form is Form1

In the Form_Load Event of Form1, I make an instance of Form2 and open it.
In the Form_Load event of Form2, I make an instance of Form3 and open it.
In my Form3 I have a button.

Now on the Button_Click event in Form3 I want to activate Form1.

How can I acheive this because I don't have the reference of exixting Form1.

Pls. help me to get this thing sorted out.

Regards.