A
aakashdee
Hi all,
I have two forms namely form1 and form2. In form1, I write the code
to show the second form form2 and then I immediately dispose form1.
But the form2 which was opened also gets closed. Is there any way I
can keep form2 open irrespective of whether form1 is opened or not?. I
dont want to use this.Hide() as it occupies memory. Any help would be
greatly appreciated.
Thanx in advance
I have two forms namely form1 and form2. In form1, I write the code
to show the second form form2 and then I immediately dispose form1.
But the form2 which was opened also gets closed. Is there any way I
can keep form2 open irrespective of whether form1 is opened or not?. I
dont want to use this.Hide() as it occupies memory. Any help would be
greatly appreciated.
Thanx in advance