
Signature
Ken Slovak
[MVP - Outlook]
http://www.slovaktech.com
Author: Absolute Beginner's Guide to Microsoft Office Outlook 2003
Reminder Manager, Extended Reminders, Attachment Options
http://www.slovaktech.com/products.htm
> You can't do this. RibbonX can only be supplied via Outlook COM Add-ins.
> ActiveX controls cannot supply RibbonX.
[quoted text clipped - 11 lines]
> ***
> Subscribe to my Office 2007 blog: http://pschmid.net/blog/feed
On May 27, 6:07 pm, "Ken Slovak - [MVP - Outlook]"
<kenslo...@mvps.org> wrote:
> To add to what Patrick said, the code that Implements the ribbon must also
> be the code that Implements IDTExtensibility2.
[quoted text clipped - 22 lines]
>
> - Show quoted text -
Hi Patrick & Ken,
Thanks for the replies!
Just to be sure I'm clear on this and that I explained myself
properly:
I have a COM AddIn (.dll) for Outlook 20007 that puts a button on the
command bar. When the user presses this button it opens up a custom
form (based on the Outlook meeting form). There the user fills in some
info and tabs to the second page where my ActiveX (.ocx) control
resides on the form. The control gets activated and performs some
functions. It is at this point that I want the ActiveX control to be
able to intercept any buttons (eg: Send, etc...) that the user pressed
on the Ribbon, just like I used to do with CommandBars for Outlook
2003.
Are you saying that this is no longer possible like I used to be able
to do with the CommnadBars? Any alternatives pop to mind?
Thanks!
Patrick Schmid [MVP] - 29 May 2007 17:24 GMT
Why don't you have the COM add-in handle all of the UI interaction?
Patrick Schmid [OneNote MVP]
--------------
http://pschmid.net
***
Outlook 2007 Performance Update: http://pschmid.net/blog/2007/04/13/105
Office 2007 RTM Issues: http://pschmid.net/blog/2006/11/13/80
***
Customize Office 2007: http://pschmid.net/office2007/customize
RibbonCustomizer Add-In: http://ribboncustomizer.com
OneNote 2007: http://pschmid.net/office2007/onenote
***
Subscribe to my Office 2007 blog: http://pschmid.net/blog/feed
> On May 27, 6:07 pm, "Ken Slovak - [MVP - Outlook]"
> <kenslo...@mvps.org> wrote:
[quoted text clipped - 46 lines]
>
> Thanks!