Where and how to code custom menubar

S

Sandy

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!
 
M

Marshall Barton

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