S
sravan_reddy001
i hav created two froms in my application
Form1 and Form2
i called the form2 from the form1.
i want only one form to be visible at a file
i made the form1 disappear (while calling form2) using
form1.visible = false
i want to assign the form1.visible = true when i close the form2
how can i handle this event in form2 so that i can set form1.visible =
true in form2 closing event
Form1 and Form2
i called the form2 from the form1.
i want only one form to be visible at a file
i made the form1 disappear (while calling form2) using
form1.visible = false
i want to assign the form1.visible = true when i close the form2
how can i handle this event in form2 so that i can set form1.visible =
true in form2 closing event