0
kicks
Windows Ribbon for WinForms, Part 3 - First WinForm Ribbon Application
So let's see how to use the Ribbon class to add ribbon support to an empty WinForms application.
Step 0 – Download Windows Ribbon for WinForms
As I’ve mentioned in previous posts, you can download the code for my ribbon wrapper library along with numerous samples (currently one..) from windowsribbon.codeplex.com
Also, I remind you to download the helper library, Windows API Code Pack.
In this post I'll review how to create your first, ribbon-enabled WinForms application, the result is the sample application “01-AddingRibbonSupport”, included on the site.