MSOBarPopup - Outlook 2000

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

MSOBarPopup - Outlook 2000
Is the MSOBarPopup supported in Outlook 2000 
Jack Bretcher




Posts: 189
Joined: 2006-06-30
I am attempting to migrate a VS6 application to .NET using the ADX tools. My existing application adds a new menu at that top of Outlook in place of a toolbar. In the past I simply created a MyMenu As CommandBarPopup then attached items using "Set FirstOption = MyMenu.Controls.Add(msoControlButton)"

I tried to create both a CommandBar and ExporerCommandBar with the Position MSOBarPopup, then add a button control, but it never shows up. If I switch the type to MSOBarTop or float it show right up.

Is this an issue with 2000? If so what versions of OL support the adding of menus not just toolbars?

Jack
Posted 22 Jul, 2006 11:05:54 Top
Sergey Grischenko


Add-in Express team


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

Please download and try the following example:
http://www.add-in-express.com/projects/outlookmainmenu.zip

Also, please use our Built-in Controls Scanner to learn all names/IDs of Office toolbars/controls:
http://www.add-in-express.com/downloads/controls-scanner.php
Posted 23 Jul, 2006 12:41:26 Top
Jack Bretcher




Posts: 189
Joined: 2006-06-30
I love it when it is that simple ;-).

Thanks,

Jack
Posted 23 Jul, 2006 22:16:24 Top