I thought I should share some more of the work that was done for the last Autodesk University. This class covered how to upgrade your add-in to use the ribbon user interface. It was one of the new virtual classes and the video is available. However, the paper contains all of the information in the video plus some additional material that I didn’t have time for in the video.
The paper answers the following questions:
- From a user’s perspective, what is the ribbon user interface?
- Can my VBA macros work with the ribbon?
- Will my existing add-ins work with the ribbon?
- How does the API support the ribbon?
- What do I need to consider when adding my buttons to the ribbon?
- What do I do about the classic interface?
Below are links to the paper and some sample programs.

Subscribe
Have things changed much for 2011? If so, could you update the sample files?
Very helpful information!
Thanks,
Mike V.
Posted by: Mike V | September 30, 2010 at 01:02 PM
Hello!
There was a good information to make one button to the fileBrowser.
Is it possible to programm header and many buttons on it to the fileBrowser? I mean just like:
Manage: Projects, Migrate, ... (many buttons).
I tried to do it on some ways. One is below:
---
Dim fileControl As CommandControl = UIManager.FileBrowserControl
Dim ManagCombo As CommandControl = _
fileControl.AddPopup(m_Manag, m_Projec, , , "AppiPropertiesWrapperCmd")
ManagCombo.AddButton(m_Projec)
---
Thank you for your any help,
-Tomas N
Posted by: Tomas Nissila | July 05, 2010 at 12:51 AM
Just a inquiry, we have this file extensions (.nwf & .nwc) can we open it in Inventor Programs or do we need to install another sofware to view or edit the said file. or can we do Inventor 3d modeling base on this file extensions. / or can we open and save the file to a different file extensions? Preferablt in invertor Programs.
Please advice.
Thanks,
Bobby Salazar
Posted by: Bobby Salazar | February 08, 2010 at 11:24 AM