I'm newbie and I have the following problem When running the program, the login form will appear for users to log in if successful and the system form will appear
formLogin.Hide();
But when I close the form the system is still running, how can I fix this. I tried on successful login but it will close the whole program
formLogin.Close()