OK, so for the most part of having Windows 7, implementing the Ribbon menu was a pain. And I really did expect to see full support for it in Visual Studio Ultimate 2012 RC. Since MS seems to want to push it so much.
How can I add the Ribbon menu (the original/default/normal one – not some third-party one) to my WinForms OR WPF desktop app for Windows 8 using VS 2012 Ultimate RC?
I have literally searched every single website that looked even remotely related that I could find, but have had no luck whatsoever.
Any help at all is really appreciated
Thank you
This msdn link will provide you with the “getting started” info.
On that page, download the ribbon project and add it to VS. You can then add it to your project. It works with .NET 4.0 and 4.5, but not 3.5 or below.