G
Guest
I am new to .Net and Visual Studio, I have a login form and my main
application form. When I login I want to call the application form, and
dispose of the login. I have tried doing something like:
This.Hide
myAppfrm.Show();
but then when I close down the myAppfrm, the system hangs as the login
screen is still floating about in memory. How is this delt with normally in
the .Net fraternity?
Thanks
application form. When I login I want to call the application form, and
dispose of the login. I have tried doing something like:
This.Hide
myAppfrm.Show();
but then when I close down the myAppfrm, the system hangs as the login
screen is still floating about in memory. How is this delt with normally in
the .Net fraternity?
Thanks