codeproject Win32Ribbon example from here (http://www.codeproject.com/Articles/119319/Windows-Ribbon-Framework-in-Win32-C-Application) converted to PellesC project.
For Win7 or newer
This example needs MS uicc.exe too.
HelloRibbon_2.zip with IUICommandHandler too.
Some ideas and resources from here (http://www.codeproject.com/Articles/140647/How-to-Support-the-Ribbon-and-a-Menu-in-the-Same-E)
ScratchRibbon_1.zip with IUICommandHandler too.
ScratchRibbon_2.zip with IUICommandHandler and normal menu for WinXP too.
I am a bit confused.
Isn't that control used with MS-Office 2007 first? Which does not need Win7 and above?
czerny
UIRibbon.dll look here (http://msdn.microsoft.com/en-us/library/windows/desktop/dd742706(v=vs.85).aspx)
Hi timovijl,
thx for your contribution!
There is flow in switch statement of window proc of helloribbon, so the behaviour
of ribbon fails after first command click ( e.g you can't minimize it anymore).
Just a hint ;-)
Grz, lingo
Thanks lingo.
Fixed ?
Yep!
thanks for UIRibbon.dll that helped ;D