Application Exit

G

Guest

Hi -

Is there a way to have code executed when an application closes/exits??
I have cleanup and synchronization steps that I would like to execute
at that time.

Thanks for your help.

- Jeff
 
A

Allen Browne

Open a hidden form, and use its Unload event to simulate an
Application_Close.
 
Top