Friday, September 15, 2006 - Posts

Office 2007 Ribbon Extensibility - Qualified IDs

In the xml for a Ribbon extension, you can give each control an ID, which is just a simple textual string that uniquely identifies the control within that extension.  You can refer to those IDs in order to position other controls before or after, Read More

Images for the Ribbon

I might have been a little harsh in my earlier post about loading images into Ribbon controls.  It turns out that it's not so easy to find an example for converting managed images, bitmaps, etc. into IPictureDisp format.  Here's a sample implementation, Read More