frmLogin.Close()
frmMainMenu.Show()
or have the .show on top, the application just closes. How would I get the main menu to stay open but close the login one.
Also I added
Code: Select all
private void frmMain_Closing(object sender, FormClosedEventArgs e)
        {
            // SendData.OutEditor;
            // Constants.isInEditor = false;
            Program.s_editor.Shutdown(" Good Bye "); 
        } crzy
crzy