I have an MFC application that uses the ms office 2007 Ribbon control. I can edit my ribbon panels, buttons...
The problem is that my application load its plugins DLLs when it starts and it add menus from the resources and add the class that handle the commands and so on
no in Ribbon style I need to provide a way to load ribbons from the plugin DLL and merge it to the main ribbon. how to accomplish this?
I can add them dynamically from code[add panel add button....] but not by resources i need a way to do it from resources. each developer will care about the logic and put his ribbon design in resources, it's easier.