Krypton toolkit is a free .Net library of user interface controls and components.
Questions tagged [krypton-toolkit]
52 questions
1
vote
1 answer
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?

DogDog
- 4,820
- 12
- 44
- 66
1
vote
1 answer
Can krypton toolkit run on other computers without toolkit installed?
As I said in the title, I have Krypton ToolKit downloaded on one computer, but am submitting a project using the toolkit to be graded by a professor who almost certainly does not have it. My question will he be able to run it?

user3361821
- 35
- 1
- 6
1
vote
1 answer
Krypton Components Textbox - How to Change Font Size and Textbox Size
Can anyone help me change the font of a textbox in my krypton ribbon control. There is no simple property like there is for a windows control. Looks like i may need to use the pallete control can anyone help me!!! using VB.net

gbb116
- 121
- 2
- 11
1
vote
2 answers
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…

Mohsan
- 2,483
- 6
- 47
- 62
1
vote
2 answers
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…
kevdez
1
vote
1 answer
null values on integers and strings but they are already assigned
i am having a little problem, VS gives me 2 warnings about two values (int[] and string[]) that are null because they are never assigned, but im sure i assigned them, this is the part of the code that is relevant to my problem:
using System;
using…

Omarrrio
- 1,075
- 1
- 16
- 34
1
vote
3 answers
How to use the drop side of DropButtons?
I'm having the hardest time using the dropdown list side of Krypton Dropbuttons -- specifically, I don't know how to register that I've actually selected something within the dropdown list.
In my project, I am using a dropbutton to apply a change…

Dave Matney
- 87
- 11
1
vote
1 answer
VS targeting wrong assembly
I had to rebuild the Krypton.Toolkit.dll from it's source in order to remove a license error message on runtime. In the references I have removed and replaced the old Krypton assemblies with the ones from source.
I am now getting the error: (and a…

Amicable
- 3,115
- 3
- 49
- 77
0
votes
0 answers
Publish Windows Forms Application C# with added toolkit
I'm publishing my first program, which I wrote in Visual Studio 2022 on one computer, and I want to run on my other computer. The program I have created is simple, but I have used the Krypton toolkit.
I have tried sending the files in the program…

Leo Widing
- 1
- 1
0
votes
0 answers
open a form or KryptonForm in KryptonDockableWorkspace
Is there any way to open a form or KryptonForm in KryptonDockableWorkspace?
I want to open my form or KryptonForm as a Dockable Content in KryptonDockableWorkspace.
I have tried to add my form as a control in KryptonPage but it is not possible as…

PBhagat
- 3
- 5
0
votes
0 answers
I couldn't get Krypton Textbox name C#
I have winform project in C#. I add Krypton Toolkits to my project for visual quality. I added TextBox control from Krypton Toolkit. But unfortunately I have a problem with textbox events. I couldn't get Textbox name.
These are my codes :
private…

Gokhan
- 453
- 4
- 10
0
votes
0 answers
Neither RibbonWinForms or Krypton Ribbon have any design time functionality when converted to .Net 6, is this a known feature of .Net 5/6
I have converted both RibbonWinForms and the Krypton-toolkit to .net 5/6 but neither show any design time functionality. (ie you can't click on the controls and add tabs/panels etc). Both compile with no issues. Can anyone point me in a direction…

user17946664
- 11
- 2
0
votes
1 answer
VersionNotFoundException on changing the DataRow in BackgroundWorkerProgressChanged event
This row["FileProgress"] = e.ProgressPercentage; code below is giving error of VersionNotFoundException. Please help because its creating havoc to the application, also I am facing Exception: DataTable internal index is corrupted: '5' many times…

Harsh Baid
- 7,199
- 5
- 48
- 92
0
votes
1 answer
Krypton Ribbon add items to the file tab
Sure I am being a bit thick but can anyone tell me how I can add a save button to the Krypton Ribbon file tab. For all other tabs I can drag from the toolbox but I cant for the life of me figure out how to add a button or anything else to the file…

Paul
- 581
- 3
- 10
- 19
0
votes
1 answer
How do you change the colour of a krypton panel?
I am making an application using Krypton and I just wondered how you would change the color of a Krypton Panel, I have tried to use BackColor, however this does not work and it does not change the color. The code I am using is:
var newPanel = new…

Ben limb
- 1
- 1