Reputation: 85
Hi I've been developing little programs as hobby for the last 3 years and I was wondering if there was a possibility to use controls like in Office 2007+ (ribbon style) and in Windows 7.
I've been looking around the net but didn't found an answer that completely satisfies me. I only found commercial controls like telerik, viblend etc. But isn't there a from Microsoft native UI control pack available? What are my options besides self developing fancy ui controls?
Upvotes: 0
Views: 928
Reputation: 47954
If you use MFC (I don't), there is ribbon support: http://msdn.microsoft.com/en-us/library/ee354408.aspx.
Upvotes: 2
Reputation: 26061
I believe DevExpress has ribbon controls. Not sure if they still have it but when I got my license it was for free, has been a few months. You may want to look into that.
--- Found it ---
https://www.devexpress.com/Products/Free/NetOffer/
Upvotes: 1