![]() |
If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below. |
|
|
Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
![]()
I have a Visual Studio 2008 VSTO project for an Office Outlook AddIn.
I have created a Custom Form Region for a Customer Task object named “IPM.Task.Wizard”. I have a Ribbon that I want to be used when I display a customer task object in my Custom Form. Can someone explain how I can do this.... I have seen discussion on using the CreateRibbonExtensibilityObject viz: protected override Microsoft.Office.Core.IRibbonExtensibility CreateRibbonExtensibilityObject() {} And also on using the IRibbonExtensibility interface viz: public partial class ThisAddIn : Office.IRibbonExtensibility But I have not managed to discover exactly how to implement these patterns in my project. I think I need to do something in the New_Inspector event handler!! |
#2
|
|||
|
|||
![]()
You need to create the ribbon XML for your custom ribbon and supply that to
the ribbon callback GetCustomUI() when it's called. See the articles on ribbon customization at http://msdn.microsoft.com/en-us/library/aa338202.aspx. There are also VSTO 2005 SE templates for C# and VB.NET that show ribbon customizations on my Web site at http://www.slovaktech.com/outlook_2007_templates.htm, and various VSTO 2005 SE samples for download at the Office Developer Web site at MSDN. There are also ribbon samples at www.outlookcode.com. -- Ken Slovak [MVP - Outlook] http://www.slovaktech.com Author: Professional Programming Outlook 2007. Reminder Manager, Extended Reminders, Attachment Options. http://www.slovaktech.com/products.htm "GraemeWT" wrote in message news ![]() I have a Visual Studio 2008 VSTO project for an Office Outlook AddIn. I have created a Custom Form Region for a Customer Task object named “IPM.Task.Wizard”. I have a Ribbon that I want to be used when I display a customer task object in my Custom Form. Can someone explain how I can do this.... I have seen discussion on using the CreateRibbonExtensibilityObject viz: protected override Microsoft.Office.Core.IRibbonExtensibility CreateRibbonExtensibilityObject() {} And also on using the IRibbonExtensibility interface viz: public partial class ThisAddIn : Office.IRibbonExtensibility But I have not managed to discover exactly how to implement these patterns in my project. I think I need to do something in the New_Inspector event handler!! |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Custom Task Form | SrYap | Outlook and VBA | 4 | September 18th 08 01:33 AM |
Unable to display Custom Icons On outlook 2007 ribbon using VB 6.0 | Ashok | Add-ins for Outlook | 7 | February 15th 08 06:04 PM |
Progrmatically selecting a custom form tab | daveh | Outlook - Using Forms | 1 | July 16th 07 12:40 AM |
Outlook 2007 Task Form Insert Ribbon (Attach Group) | [email protected] | Outlook - General Queries | 9 | April 26th 07 08:38 PM |
Display custom field on task pane | 2shaws | Outlook - General Queries | 1 | August 2nd 06 10:42 PM |