Click here to Skip to main content
15,887,952 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I create a MFC Project use the ribbon interface. The default picture of the Application Main Button is "MFC". I want to change it. I use a 26x26Pixel bitmap. but it does not work. nothing will be show.

I edit the ribbon interface in the resource. and use the function LoadResource in the Create function of MainFrame.

what's why?
Posted
Comments
[no name] 14-Sep-12 15:07pm    
can you expalin me what's ribbon?

1 solution

the Ribbon UI is a sort of Toolbar or rather Command Bar which arranges different Command buttons, gallaries, etc in Tabs at the top of the application Window. The controls in the Tabs can further be grouped and also introduces Contextural Tabs etc. So in short, Ribbon replaces toolbar and menu controls that are there with windows and gives a solid look on the application UI.
IF you use VC2010 to New a MFC project, you can see the Ribbon UI in the res,and you can edit the ribbon in the res.
 
Share this answer
 
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900