PlanetSquires Forums

Support Forums => Other Software and Code => Topic started by: Richard Kelly on April 19, 2011, 04:47:05 AM

Title: Using a 3rd party control
Post by: Richard Kelly on April 19, 2011, 04:47:05 AM
I came across an open source ribbon control at:

http://www.codeproject.com/KB/toolbars/WinFormsRibbon.aspx (http://www.codeproject.com/KB/toolbars/WinFormsRibbon.aspx)

Is there a way I can bring that into a FF project?
Title: Re: Using a 3rd party control
Post by: Paul Squires on April 19, 2011, 01:27:20 PM
I doubt it. Seems to be a .NET based control??? Is there an ActiveX/COM version?
Title: Re: Using a 3rd party control
Post by: Richard Kelly on April 19, 2011, 11:01:46 PM
I only know I've read in the accompanying article. I've never written a control before and I wonder about porting to a PB version since the source code is available. That would be a big stretch for me and likely fun...

Rick
Title: Re: Using a 3rd party control
Post by: Rolf Brandt on April 20, 2011, 04:36:10 AM
I checked the Control and it's source code. It is written in C# and is pure Net (.-(
Title: Re: Using a 3rd party control
Post by: Michael Stefanik on April 20, 2011, 05:10:49 PM
There already is a COM interface that's available in the UIRibbon.dll component. The documentation for it is on Microsoft's site at http://msdn.microsoft.com/en-us/library/dd371191.aspx (http://msdn.microsoft.com/en-us/library/dd371191.aspx)

The downside is that it's only available on Windows 7, Windows Server 2008 and Windows Vista and the examples are all for C/C++ programmers. There are some relatively inexpensive ActiveX controls ones that do work with XP as well, but I'm not aware of any decent freeware controls. If you don't mind spending money, I'd check out the CodeJock CommandBars control at http://www.codejock.com/products/commandbars/ (http://www.codejock.com/products/commandbars/) if you're looking for ways to add some eyecandy to your application.