![]() |
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
|
|||
|
|||
![]()
Hi,
I have a VB6 COM AddIn for Outlook 2007 that implements the IRibbonExtensibility interface. In the XML-RibbonDescription I get the value for idMso by checking objectClass from the activeInspector. For example if the activeInspectors objectClass is olTask I assign the value "TabTask" to the idMso element. ribbon tabstab idMso="TabTask" .... Is it the correct approach to use the activeInspectors objectClass to get the value for the idMso element? Additionally I have the problem, that I do not find a list with all the possible values for the element idMso. From the following link I can download some excel-files. Well, I do not find a map between objectClass (or another item) and the value for idMso. http://www.microsoft.com/downloads/d...displaylang=en Thanks Christian |
#2
|
|||
|
|||
![]()
Are you looking for this at runtime, or are you coding your XML tags?
The lists you can download from the Office Developer Web site are complete and that's what I use most of the time. Another way to get the idMso for a ribbon control is to go into customize mode (Customize QAT) and hover the mouse over a command to see the idMso. -- 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 "ChristianH" wrote in message ... Hi, I have a VB6 COM AddIn for Outlook 2007 that implements the IRibbonExtensibility interface. In the XML-RibbonDescription I get the value for idMso by checking objectClass from the activeInspector. For example if the activeInspectors objectClass is olTask I assign the value "TabTask" to the idMso element. ribbon tabstab idMso="TabTask" .... Is it the correct approach to use the activeInspectors objectClass to get the value for the idMso element? Additionally I have the problem, that I do not find a list with all the possible values for the element idMso. From the following link I can download some excel-files. Well, I do not find a map between objectClass (or another item) and the value for idMso. http://www.microsoft.com/downloads/d...displaylang=en Thanks Christian |
#3
|
|||
|
|||
![]()
Hi Ken,
thanks for your help! I create my XML-Ribbon-Description on the fly. The content is always the same excepting the value for idMso. Changing to the customize mode helps to get the idMso values for the controls. Well, can I get the value for tabs in the customize mode, too? I only found the idMso values for the controls. Christian "Ken Slovak - [MVP - Outlook]" wrote: Are you looking for this at runtime, or are you coding your XML tags? The lists you can download from the Office Developer Web site are complete and that's what I use most of the time. Another way to get the idMso for a ribbon control is to go into customize mode (Customize QAT) and hover the mouse over a command to see the idMso. -- 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 "ChristianH" wrote in message ... Hi, I have a VB6 COM AddIn for Outlook 2007 that implements the IRibbonExtensibility interface. In the XML-RibbonDescription I get the value for idMso by checking objectClass from the activeInspector. For example if the activeInspectors objectClass is olTask I assign the value "TabTask" to the idMso element. ribbon tabstab idMso="TabTask" .... Is it the correct approach to use the activeInspectors objectClass to get the value for the idMso element? Additionally I have the problem, that I do not find a list with all the possible values for the element idMso. From the following link I can download some excel-files. Well, I do not find a map between objectClass (or another item) and the value for idMso. http://www.microsoft.com/downloads/d...displaylang=en Thanks Christian . |
#4
|
|||
|
|||
![]()
For the tabs you need to use the schema download (those Excel files). They
are complete. -- 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 "ChristianH" wrote in message ... Hi Ken, thanks for your help! I create my XML-Ribbon-Description on the fly. The content is always the same excepting the value for idMso. Changing to the customize mode helps to get the idMso values for the controls. Well, can I get the value for tabs in the customize mode, too? I only found the idMso values for the controls. Christian |
#5
|
|||
|
|||
![]()
Hi Ken,
thanks for help. Christian "Ken Slovak - [MVP - Outlook]" wrote: For the tabs you need to use the schema download (those Excel files). They are complete. -- 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 "ChristianH" wrote in message ... Hi Ken, thanks for your help! I create my XML-Ribbon-Description on the fly. The content is always the same excepting the value for idMso. Changing to the customize mode helps to get the idMso values for the controls. Well, can I get the value for tabs in the customize mode, too? I only found the idMso values for the controls. Christian . |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Outlook 2010 Ribbons | ChristianH | Add-ins for Outlook | 6 | November 30th 09 12:53 PM |
Hide errors in Ribbons | Christian Havel | Add-ins for Outlook | 2 | January 14th 09 07:50 AM |
Outlook2007 - Ribbons check from xml file | Christian Havel | Outlook and VBA | 3 | July 5th 07 02:54 PM |
multiple ribbons with the same ribbonID | Nikolas | Outlook - Using Forms | 6 | December 11th 06 04:10 PM |
Outlook 2007 Ribbons and VB6 | Sanjay Singh | Add-ins for Outlook | 13 | October 30th 06 08:26 PM |