View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
PosseJohn PosseJohn is offline
external usenet poster
 
Posts: 33
Default Restoring Toolbars and Other Things

I have a program that uses a custom toolbar exclusively, I hide all other
toolbars. If the user exits the program using the custom menu or toolbar,
the standard toolbars that were displayed previously are restored.

If the user exits my program using ALT-F4, selects the close 'x' button in
the upper right corner, or clicks on the upper left corner and selects close,
the toolbars are not restored as needed/expected.

How can I capture (preferably) or disable these avenues of exit.