bbhing98 (08-11-2010),technologicpunk (04-10-2010)
Ok so heres a TUT on how to change colors of features of the DotNetBar UI customization for Windows Forms.
To change the Button Colors:
Go to Color Table: And select the type you want
Orange with Background means that the button will be glassy, then when you hover over it then it will appear orange glassy.
So say i chose Magenta with Background. Result:
Without Hover:
With Hover:
To change the RibbonControl Color: Click on the RibbonControl, and go to the Style and Color:
Say i Chose Office 2007 as the Style and the Colour as Black. Result:
Credits go to NextGen1 for providing DotNetBar in his sig
Hope i helped. Press Thanks if i did!!
Last edited by Invidus; 02-27-2010 at 08:18 PM.
bbhing98 (08-11-2010),technologicpunk (04-10-2010)
Good tutorial!
-Rest in peace leechers-
Your PM box is 100% full.

382
Thanks For Sharing![]()
Lol you too NextGen...
technologicpunk (04-10-2010)

382
Append to [Tut]
If you want to create "themeable" WinForms
-- Add Dev Style Manager
Use this code on menu click Blue theme
Code:'Note MyForm is the name of your form 'Note ColorTable is either Blue , Black, Or Silver RibbonPredefinedColorSchemes.ChangeOffice2007ColorTable(myForm, DevComponents.DotNetBar.Rendering.eOffice2007ColorScheme.Blue)
technologicpunk (04-10-2010)
True.. Mind if i add it to the [TUT] NextGen??
technologicpunk (04-10-2010)