Questions tagged [krypton-toolkit]

Krypton toolkit is a free .Net library of user interface controls and components.

52 questions
0
votes
1 answer

Krypton WinForm controls are readonly in vs2010

I've got an old project to modify which was designed with ComponentFactory's Krypton toolkit v 4.3.2.0. I opened it with VS2017. No problems to build and run the project. But in design mode, I can't select any krypton controls on the form. Even if…
s.k.paul
  • 7,099
  • 28
  • 93
  • 168
0
votes
1 answer

How to access the data grid inside a custom control?

I'm a newbie and I decided to enhance my program's GUI using Krypton Toolkit. I was able to load it into my project. The issue that I have created a control with name mycontrol which have a KryptonDataGridView with name mydatagrid. In my form, I…
Mohamed Fawzy
  • 43
  • 1
  • 6
0
votes
1 answer

Cause an exception "ReadOnly controls collection" in Krypton toolkit

I have integrated krypton toolkit in my winforms project.everything is working fine, but after I move in VS 2015 I got error:
Karan Shah
  • 71
  • 7
0
votes
1 answer

kryptonDataGridView.CellBorderStyle not working

If I have a normal DataGridView and I want to show only the horizontal lines, I apply the following code: dataGridView1.CellBorderStyle = DataGridViewCellBorderStyle.SingleHorizontal; Using the UI template Krypton for WinFroms, it is not working…
f4d0
  • 1,182
  • 11
  • 21
0
votes
1 answer

how to handle System.AccessViolationException occurred in System.Windows.Forms.dll?

i am making an windows application in c#... and for that i am using sqlexpress for database and componentfactory's krypton tools for UI components... i am running this application on x86 plateform... application works fine..but sometimes when…
user7057582
0
votes
1 answer

Change font for once instance of Krypton Button

How do I programatically enlarge the font used in one instance of the KryptonButton? krytonButton.Font can be changed, but it seems to have no effect. kryptonButton.StateCommon.GetContentShortTextFont(bar) also returns a Font, but all the accessors…
CSM
  • 1,232
  • 1
  • 8
  • 12
0
votes
1 answer

Windows ComboBox Intercept WM_COMMAND Notifications

Updated to reflect a more functional description of my request. Functionally I need a read only ComboBox that does not directly inherit from the System.Windows.Forms.ComboBox class. I need the text box portion to be read only, so the user can copy…
CuppM
  • 1,668
  • 4
  • 19
  • 30
0
votes
1 answer

Cannot load Krypton Toolkit controls in Visual Studio 2013

After converting with Visual Studio 2013 a C# project created with Visual Studio 2010 and using Component Factory Krypton Toolkit v4.4.0 controls, I can't add the Krypton Toolkit controls to the tool box. In Visual Studio 2013, when I try to add the…
JulienVan
  • 881
  • 1
  • 11
  • 30
0
votes
1 answer

Assign Event by Event Handler

In my application i am using Krypton Component Factory. My application i have Ribbon Menu and Some krypton buttons. In krypton buttons i want to assign click event of Ribbon Menu Group Button at run time. The events of Ribbon Menu Group Button…
Sathish
  • 4,419
  • 4
  • 30
  • 59
0
votes
1 answer

KryptonForm not showing in designer - Visual Studio 2013

I've added the toolkit.dll as a reference, inherited KryptonForm instead of Form, successfully built the application, everything is working fine, but designer mode fail to display the form. I am getting this error: Could not find type…
0
votes
1 answer

Publishing and defining custom pre-requisites for application

I just developed a small application (vb.net) with Krypton toolkit elements in it. On VS2012, I did "publish", zipped it and sent it to someone to test it. However, the receiver sent me an email stating that he got a message telling him he needs a…
chiapa
  • 4,362
  • 11
  • 66
  • 106
0
votes
1 answer

How to change the back color of kryptontabcontrol in C#?

I've downloaded "Extended Renderer Toolkit v4.4.0.1" From http://www.angelonline.net/Codesamples/Lib_4.4.0.1.zip. But when I try to change The Tabcontrol background color, it appears in the designer but when I run the program it back to the default…
0
votes
1 answer

component factory krypton myexe.exe has stopped

well i am working with Component.Factory.Toolkit.dll this works in my machine which i have installed component factory, but when I copy the Bin folder in ohter pc then this does not work and InitializeComponent(); is not execute! a simple windows…
angel
  • 4,474
  • 12
  • 57
  • 89
0
votes
1 answer

Draw line on a Krypton Panel?

I would like to draw a line on the middle of a Krypton Toolkit Panel control but the line is not drawn. I've tried both soultions here: draw line on panel not showing up And this: Public Class Form1 Private Sub KryptonPanel1_Paint(sender As Object,…
ElektroStudios
  • 19,105
  • 33
  • 200
  • 417
0
votes
2 answers

How to display image in Krypton Button

In my existing system Krypton button is been used. I want to display image instead of text in the button. My current Buttonstyle is set as "LowProfile". I am confused about the button style mode in tool kit also. I couldnt find any relevant…
karpanai
  • 235
  • 4
  • 14