button in whole application "menu bar"

  • Thread starter Thread starter mark
  • Start date Start date
M

mark

Following question:

I need to add a "button" on the command bar "Menu Bar" .This works fine
But when i go to "new email" the button is removed!
I need the button all times!
Did i missed a flag or some settings?

Thanks for help

mark
 
Which Menu Bar did you add it to, an Explorer's or an Inspector's? An
Explorer is for viewing folders, an Inspector is for open items. You must
add a button for an item in the Inspector.CommandBars collection. Handle
NewInspector to get an event when an Inspector is opened. Use the
Inspector.Activate event to add the button to that Inspector.
 
Back
Top