Click here to Skip to main content
15,889,281 members
Please Sign up or sign in to vote.
1.33/5 (2 votes)
See more:
hi,

I added ribbon control to my application,i wanted to use that control as a tab control to one of the formview. How can i customize?
Posted
Comments
Mahdi Nejadsahebi 3-Aug-14 23:07pm    
in the name of allah
have a good time dear friend
take a look at these :
Article 1
Article 2
good luck
Satya Chamakuri 4-Aug-14 2:51am    
sir,

i think the article you said is in .Net, i want in Visual C++.

can you show me another way to implement this in Visual C++?
Mahdi Nejadsahebi 5-Aug-14 2:35am    
Check it
Article 2

1 solution

C#
m_wndRibbonBar.Create(this);
m_wndRibbonBar.LoadFromResource(IDR_RIBBON);


I'm not sure it will work. FormView is based on a resource and the ribbon is usually created in a CMDIFrameWndEx. Maybe if you use CFrameWndEx you can add a ribbon there.

I have two articles that use the ribbon in VC++:

BasicAdmin2 - Personal Finance Software[^]

BasicAdmin - Personal Organizer[^]

Hope it helps
 
Share this answer
 

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