Posted By: Daniel Moth | Oct 17th, 2007 @ 3:58 AM | 17,882 Views | 14 Comments

Author: Hi, I am Daniel Moth Smiley

Introduction: Explore Ribbon customisation. If you are a managed developer (e.g. Windows Forms) then you'll find that you already have the skills for extending Microsoft Office applications with your code. Visual Studio 2008 makes it really easy and that is what I demonstrate in this 20' video. For other resources, start at my blog post here.

Video download: Click on the image to play the video (from a streaming file). If you'd prefer to download the wmv packaged in a zip file, you may do so here.

Rating:
0
0
Hi Daniel,
I just looked at your interesting Ribbon Designer screencast. But there's one more thing I want to know: By designing ribbon tabs using the Ribbon Designer, how can one use the same Ribbon Tab (and maybe also the same Group) in different add-ins? Up to now I was doing that with Ribbon XML by defining a namespace and a qualified ID ("idQ") for the tab (or the group), but I don't know how to do that by using the Ribbon Designer.
Thanks and regards
Ewald

Thanks for the video.

I am following along...added a ribbon (visual designer)....F5...and get the following error:

Exception reading manifest from file:///[stuff]/ExcelAddIn1.vsto: the manifest may not be valid or the file could not be opened.

...and then the exception text...Deployment manifest is not semantically valid

...Deployment manifest requires that you specify a publisher and a product

Any ideas?

You are right. I created a new Office Addin...did nothing...F5...and get the same error. I also repaired my install and I still get the same error. I will take it up elsewhere as you suggested.
Finally got it to work. I believe it was my "very locked down" version of Vista.

In the last minute of your video, you mention that within the OutlookAddIn, RibbonType, the user can select which outlook inspectors to have the ribbon invoked.

Since Word, excel and powerpoint are in this list, can I infer that my ribbon - designed here - will be available within word/exce/powerpoint?
good webcast!  Question:  if I use the Ribbon designer then export to XML will I still be able to use the Globals.Ribbons.Ribbon1 reference?
Microsoft Communities