A Microsoft Outlook email forum. Outlook Banter

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.

Go Back   Home » Outlook Banter forum » Microsoft Outlook Email Newsgroups » Outlook - Using Forms
Site Map Home Register Authors List Search Today's Posts Mark Forums Read Web Partners

Selecting which Ribbon to display for a Custom Task Form



 
 
Thread Tools Search this Thread Display Modes
  #1  
Old January 7th 09, 08:10 AM posted to microsoft.public.outlook.program_forms
GraemeWT
external usenet poster
 
Posts: 3
Default Selecting which Ribbon to display for a Custom Task Form

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  
Old January 7th 09, 03:28 PM posted to microsoft.public.outlook.program_forms
Ken Slovak - [MVP - Outlook]
external usenet poster
 
Posts: 5,848
Default Selecting which Ribbon to display for a Custom Task Form

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
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump

Similar Threads
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


All times are GMT +1. The time now is 12:55 PM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.Search Engine Friendly URLs by vBSEO 2.4.0
Copyright 2004-2025 Outlook Banter.
The comments are property of their posters.