I have downloaded the official office 2007 UI ribbon .dll, but now what? I am coding in VB.net. I do not know where to place this .dll, and I do not see any additional controls anywhere at all. The readme explains how to license your copy, which I have done.
Now what? I am hoping to magically see the ribbon control in the list of components I can add somewhere, but its just not there....
Is there even a way to use this as a drag-n-drop component with the WYSIWYG Design View?
EDIT: To clarify, my goal is to use the Ribbon in my own work, not to modify the Office ribbon or to develop a plugin for it. I cannot find any free ribbon anywhere, and I am not sure if this .dll I have is what I need.
I'd suggest the following alternative to the Microsoft ribbon:
A Professional Ribbon You Will Use (Now with orb!)
There have been discussions here on SO about the licensing required for use of the Office ribbon.
To begin using, first add a reference to the DLL in your solution:
To use the Ribbon check out the tutorial here.
Also, the Ribbon's author opened a CodePlex project for the component here.
Edit: Problems adding controls to the Ribbon.
The instructions found on the Getting Started page worked for me when I last played with the ribbon, but they don't now. Maybe it's the version of Visual Studio I'm using (I believe I was using VS2005 Pro then, now I'm using VS2008 Pro).
In VS 2008 I was able to add controls to the RibbonPanel by using the Panel's Items property. Here's how:
The component was pretty flaky in the designer: