I've been trying to make it so that when the user clicks on the "X" on the upper right hand corner of the frame the program closes completely (as in, during development when the program running for testing it automatically goes back to the design window, like clicking on a "Close" button or something). I'm working with multiple forms here and just want to close it down correctly. I've tried Form2_Terminate, Form1.exitCmd_Click (exitCmd does exist). Or is it supposed to just be in limbo somewhere and I have to click on the "stop" button in the compiler environment to end the program entirely?