Application Exit

  • Thread starter Thread starter Guest
  • Start date Start date
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
 
Open a hidden form, and use its Unload event to simulate an
Application_Close.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top