.NET 2003 C #
Generally, the program will not quit after the X button of the point window, but minimizes, waiting for system management
Just add the following code in Form_Load to exit after clicking:
THIS.CONTROLBOX = True; this.minimizebox = false;