Link to home
Start Free TrialLog in
Avatar of StraySod
StraySodFlag for Czechia

asked on

adding ribbon bar in mfc application

Hi,

How would I add office 2007 ribbon bar into my mfc application. I use Visual Studio 2005 currently, c++. I don't have office installed.
Do I need to download some libs?
I've found this http://www.microsoft.com/downloads/details.aspx?familyid=4329D9E9-4D11-46A5-898D-23E4F331E9AE&displaylang=en#filelist but don't know where to install it...
Any help appreciated. Thank you
Avatar of alb66
alb66
Flag of Italy image

I think that the easiest way is to use VS2008 and the Visual C++ feature pack:
http://msdn.microsoft.com/en-us/magazine/cc507634.aspx


Avatar of StraySod

ASKER

Could I use vs 2005 somehow. It's not necessary to use ribbon bar UI for me, but it looks nice. The version of VS must be 2005 for me, so I can include ribbon bar only when it would be possible using vs2005. Thanks
ASKER CERTIFIED SOLUTION
Avatar of AndyAinscow
AndyAinscow
Flag of Switzerland image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
ok, thank you both. I hoped there could be some plugin for vs2005 provided by microsoft for free. Will consider something else :)