A
Ajai Kumar .R
Hai all,
I've two or more forms on my app.
My requirement is, Have to show the first form asa the user press a button
have to hide the first form and show the second form. If the user press the
escape key on second form, this should be hidded and should show the first
form.... Can some one guide me how to achive this... (MUST USE SHOW & HIDE
FORM PROPERTIES). I tried to achive this using the below code but when i
check the Windows->Task Manager for each and every form changes it's eating
up memory and it's not getting down.
On Form1 :-
Button1_Click()
Dim Form2 as new Form2
Form2.show()
On Form2 :-
Dim Form1 as new Form1
Form1.show()
Thanks in advance.
Ajai
I've two or more forms on my app.
My requirement is, Have to show the first form asa the user press a button
have to hide the first form and show the second form. If the user press the
escape key on second form, this should be hidded and should show the first
form.... Can some one guide me how to achive this... (MUST USE SHOW & HIDE
FORM PROPERTIES). I tried to achive this using the below code but when i
check the Windows->Task Manager for each and every form changes it's eating
up memory and it's not getting down.
On Form1 :-
Button1_Click()
Dim Form2 as new Form2
Form2.show()
On Form2 :-
Dim Form1 as new Form1
Form1.show()
Thanks in advance.
Ajai