I create a new instance of FrmLogin
If I unload (close/set to nothing) the current form I'm on, then frmLogin is lost. Something I don't want to happen.Code:Dim LoginForm As FrmLogin
LoginForm = New FrmLogin()
LoginForm.Show()
How do you guys load a form, while closing the one you were on?
Thanks!
