suman bathula
Guest
|
hi
I am using outlook 2007. C# 2.0 , VS 2005 ,AddinExpress.OL.2003.dll
Why am i not getting user controls in inspector window though controls are added to the toolbar(i am getting ADXCommandBarButton controls only not the user controls).
The same user controls are appearing in ADXOlExplorerCommandBar but missing in inspector window.
let me put easily
my outlook add-in(tool bar) is visible in explorer window and in inspector window.
problem is that there are few user controls , i am able to see these user controls in explorer window toolbar only they are disappeared in inspector window toolbar.
why is it so?
how do i fix this issue?
please help me out.
thanks
suman |
|
Dmitry Kostochko
Add-in Express team
Posts: 2887
Joined: 2004-04-05
|
Hi Suman,
I think you are trying to use the ADXCommandBarAdvancedControl component with an Outlook 2007 inspector window. If it so, the ADXCommandBarAdvancedControl component doesn't work with the Office 2007 Ribbon user interface.
|
|
suman bathula
Guest
|
Hi Dmitry,
Thanks for your reply.
Exactly i am using ADXCommandBarAdvancedControl component in OL 2007 inspector window.
Then how do i resolve this issue?I want the user controls to be placed in the OL 2007 ribbon user interface.
please do reply again
thanks
suman |
|
suman bathula
Guest
|
Hi
please guide me how to add user controls to the inspector window of outlook 2007.
the same user controls are being added to AddinExpress.MSO.ADXOlExplorerCommandBar. but cannot be loaded to AddinExpress.MSO.ADXOlInspectorCommandBar.
I set adxXFOLInspectorCommandBar.UseForRibbon to true bu which i am able to see the normal controls to the Ribbon tab.
I hope there could be some way to add the user controls(AddinExpress.MSO.ADXCommandBarAdvancedControl ) to the ribbon UI.
please pull me out of this, as i got stuck up here since long back.
thanks
suman |
|
Dmitry Kostochko
Add-in Express team
Posts: 2887
Joined: 2004-04-05
|
Hi Suman,
The ADXCommandBarAdvancedControl component doesn't work with the Office 2007 Ribbon UI.
|
|