J
Jo Siffert
Hi,
when I try to close my application using the 'X' in the Windows
titlebar, nothing happens - neither Form.Dispose() is called not the
Closing or Closed events are raised. The application just keeps running.
If I close the application using Application.Close(), everything works fine.
What does the runtime do when hitting the X button? Is there any way to
intercept this action?
Thanks a lot,
Jo
when I try to close my application using the 'X' in the Windows
titlebar, nothing happens - neither Form.Dispose() is called not the
Closing or Closed events are raised. The application just keeps running.
If I close the application using Application.Close(), everything works fine.
What does the runtime do when hitting the X button? Is there any way to
intercept this action?
Thanks a lot,
Jo