Hello, I've created a program with a login form. Once you log in, the login form should close and the next form should display... my problem is...

If I use Me.Close()... than both forms close and the application terminates.

If I use Me.Hide()... than the application never unloads from memory and run indefinitely.

So what do I do? Neither of these work how I need them to.