(I’ve posted a version of this article on Code Project.)
I’ve finally come back to Ripsaw, in a round-about way. I’ve started working on the client application again as a way to investigate the Windows Ribbon Framework. Originally, I had planned to create a Ribbon implementation for Windows 7 and later, and a menu-based implementation for earlier Windows versions, or for users that preferred a menu over the Ribbon.
After I played around with the API a while, I realized it would be fairly simple to support both the Ribbon and the traditional menu in one executable. In this article I’ll describe a sample app that I put together that shows how to accomplish support for both command-selection methods.
(Download the source code)
(Download the executable)
(Download the Visual C++ 2010 Redistributable)
Continue reading ‘Supporting the Ribbon and Menus’ »
Share