NO

Author Topic: codeproject Win32Ribbon example with PellesC  (Read 4295 times)

Offline TimoVJL

  • Global Moderator
  • Member
  • *****
  • Posts: 2091
codeproject Win32Ribbon example with PellesC
« on: January 17, 2014, 09:49:59 PM »
codeproject Win32Ribbon example from here 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
ScratchRibbon_1.zip with IUICommandHandler too.
ScratchRibbon_2.zip with IUICommandHandler and normal menu for WinXP too.
« Last Edit: January 21, 2014, 11:40:24 AM by timovjl »
May the source be with you

czerny

  • Guest
Re: codeproject Win32Ribbon example with PellesC
« Reply #1 on: January 20, 2014, 11:54:39 AM »
I am a bit confused.
Isn't that control used with MS-Office 2007 first? Which does not need Win7 and above?

czerny

Offline TimoVJL

  • Global Moderator
  • Member
  • *****
  • Posts: 2091
Re: codeproject Win32Ribbon example with PellesC
« Reply #2 on: January 20, 2014, 12:18:25 PM »
UIRibbon.dll look here
« Last Edit: January 20, 2014, 03:18:23 PM by timovjl »
May the source be with you

Offline lingo

  • Member
  • *
  • Posts: 27
Re: codeproject Win32Ribbon example with PellesC
« Reply #3 on: January 20, 2014, 02:39:08 PM »
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

Offline TimoVJL

  • Global Moderator
  • Member
  • *****
  • Posts: 2091
Re: codeproject Win32Ribbon example with PellesC
« Reply #4 on: January 20, 2014, 03:00:04 PM »
Thanks lingo.
Fixed ?
May the source be with you

Offline lingo

  • Member
  • *
  • Posts: 27
Re: codeproject Win32Ribbon example with PellesC
« Reply #5 on: January 20, 2014, 03:25:03 PM »
Yep!

Persay

  • Guest
Re: codeproject Win32Ribbon example with PellesC
« Reply #6 on: March 04, 2014, 10:17:49 AM »
thanks for UIRibbon.dll that helped  ;D