krypton-toolkit

Is there any way to create a stand-alone ButtonSpec in Krypton Toolkit?

I need to create a button that has the same style as ButtonSpec with its type set to Context, is there any way to create a ButtonSpec that isn't directly attached to another control, or have I missed a simple style option on another control? ...

Krypton Form not showing up in Visual Studio Professional 2008

I have just installed the Krypton Toolkit 3.0.6 from component Factory. I find that in the create new Project Dialog Box , Krypton Form does not show up as an option. I am sure it used to show up ( and I have actually used it in an earlier version of krypton toolkit).But after the new install it does not. Has anyone else faced this situ...

Options to display 20 - 200 items for user selection in a winform app?

I have need of a checked combobox control like this one --> DevExpress (I am using this now and would like to move away from DevExpress for many many reasons) I am willing to attempt my own control though I would like*(read need)* some direction. I am willing to use Krypton's Free Tools and extend them (if possible) though; I cannot, a...

C# : How to apply Krypton ToolKit on User Control

hi i am migrating an application to Kryption Tookit(free version) i have to change the base class of each form from System.Windows.Form to KryptonForm. it is ok.. but i have many controls which are driving from UserControl not from Form. how can i apply krypton on this..... did anyone face such scenario ?? ...

How to change Krypton label's color to red in C#

I am using krypton toolkit for my UI, but I am unable to change a krypton label's color to red, anyone knows how? ...