jayson_13
August 8th, 2002, 09:48 PM
just simple question.
in my form1, after user login it hides and load the other form.
but after the program exit .. it's still not ended because of the hiden form.... what can i do to unload the form?
my code(in form1):
dim objfrmform2 as new form2
me.hide
objfrmform2.show
how do i unload the form1?
is there better way to load another form just like vb6?
because everytime when form2 exited.. i have to declare an form 2 object .. thank you!
in my form1, after user login it hides and load the other form.
but after the program exit .. it's still not ended because of the hiden form.... what can i do to unload the form?
my code(in form1):
dim objfrmform2 as new form2
me.hide
objfrmform2.show
how do i unload the form1?
is there better way to load another form just like vb6?
because everytime when form2 exited.. i have to declare an form 2 object .. thank you!