简体   繁体   中英

Install support for ribbon window in Visual studio 2010 C#

I have a licensed version of Visual studo 2010 on a Windows 7 machine and want to make an ordinary stand alone windows application with the "ribbon window" look and feel in C#.

But I seems not to be able to create a new project "WPF window ribbon style", there is no such option (ribbon style) when I am about to create a new project nor does all those different downloads I have done from msn helped. ( http://www.microsoft.com/download/en/details.aspx?displaylang=en&id=11877 )

There is no "ribbon stuff" among the "All WPF Controls" either.

Is it wrong to assume that the "ribbon style" should appear as an option when you create a new project, is it something I have to manually add in the xaml file for the main window or is there a magic download link that fix everything which I have not discovered ?

I even tried to download "Visual studio 2010 proffesional trial version on another computer but that one did not contain the ribbon thing either.

I have tried to download the "SimpleRibbon" project but Visual studio wants to "convert" it and then when I try to compile it, it says "error MSB6006: "cmd.exe" exited with code 9009".

all you need is to read this article and follow the links in the lower part to download the supported and free Microsoft WPF Ribbon control:

Ribbon (WPF)

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM