Where and how to code custom menubar

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hello -

I need to code something in response to File -> Exit in a custom menubar I
created. Where and how do I go about doing this?

Any help will be greatly appreciated!
 
Sandy said:
I need to code something in response to File -> Exit in a custom menubar I
created. Where and how do I go about doing this?


Use the Unload event of an always open form, typically your
startup form (which may be invisible).
 

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