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).
 
Back
Top