Extending the Outlook Menu Bar Commandbar

Add-in Express™ Support Service
That's what is more important than anything else

Extending the Outlook Menu Bar Commandbar
 
Thomas Reinberger




Posts: 7
Joined: 2005-03-15
Hi,

I would like to extend the Outlook Menu Bar. I thought I had to create a adxCommandBar and name it "Menu Bar" (which actually works). But when I add a CommandBarPopUp named "E&xtras" (since I want to add a Menu Button to the extras menu) I get another root menu entry 'Extras' with my controls within.

How can I implement additional controls in the default outlook Menu Bar menus?

Kind regards,
Thomas Reinberger
Posted 28 Jun, 2005 05:40:02 Top
Sergey Grischenko


Add-in Express team


Posts: 7233
Joined: 2004-07-05
Hi Thomas.

When you add a built-in popup control to the ADXCommandbar component (which is a built-in menu) you need to set the Id property of this popup control to an appropriate value.
To get the ID you can use our Built-in Controls Scanner:
http://www.add-in-express.com/downloads/controls-scanner.php
Posted 28 Jun, 2005 09:28:38 Top