C
Claudia Fong
Hi,
I have more than one forms in my program, and I would like to for
example, in form1, I will call form2 and in form2 it will call form3.
But the problem is when I call form2.Show, it does show the form2, but
how can I unload form1? If I put form1.close, it will close everything.

In VB, I only have to put
call form2.show
call unload(form1)
I'm new in C#, so could someone help me?
Cheers!
Claudi
I have more than one forms in my program, and I would like to for
example, in form1, I will call form2 and in form2 it will call form3.
But the problem is when I call form2.Show, it does show the form2, but
how can I unload form1? If I put form1.close, it will close everything.

In VB, I only have to put
call form2.show
call unload(form1)
I'm new in C#, so could someone help me?
Cheers!
Claudi