Application.exit() / Form.Close()

  • Thread starter Thread starter Hans
  • Start date Start date
H

Hans

Hi,

I tried to close my MDI window using
1) Application.Exit() and using
2) Form.Close()

but the application doesn't close.

Can anybody tell me why? Or even better: what to do to
terminate the application by code???

regards, Hans
 
Back
Top