I have a login form and the other form which contain the operation to be perform
In login form Submit Button, i am validating the emp code from database
If it is proper then i am writing
frm.Show();
this.Hide();
frm is the second form to be shown
My application is running fine
After successful operation i am asking the user to close the application if yes it closes
But it still running in the background as i see in task manager
I am not getting what is going on