Tagged Questions
Krypton toolkit is a free .Net library of user interface controls and components.
3
votes
2answers
131 views
ShowDialog(owner) is hiding behind/not showing even though I am supplying owner IWin32Window
Please do not close the question straight away. The almost similar problem is also discussed in the following threads.
Windows Forms and ShowDialog problem
Form.ShowDialog() or ...
3
votes
1answer
460 views
DotNetBar vs. Krypton
I am considering buying a WinForm controls suite and have narrowed it down to Component Factory's Krypton Suite and DevComponent's DotNetBar. My question is: Are any of you familiar with both suites, ...
2
votes
1answer
93 views
Krypton Controls acting funky on Windows 7 machines
So we've been getting a lot of complaints about the way our WinForms app runs on Windows 7 machines. We use the Component Factory Krypton Controls to run our UI. Now honestly, these controls were ...
2
votes
2answers
362 views
Closing dialog form closes parent form
I have been dealing with strange problem. I am using KryptonForm in a project. I have a form (say form1) and I need to open another form on a button click from this form. Here is the code:
void ...
2
votes
1answer
177 views
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 ...
1
vote
2answers
129 views
How to deselect the text of a combobox
I have a krypton combo box which I data bind with a list of key-value pairs. What's happening is that when i set the selected item in code, it is highlighting the text. How can i prevent this or ...
1
vote
1answer
398 views
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?
1
vote
2answers
671 views
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 ...
1
vote
2answers
1k views
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 ( ...
0
votes
1answer
49 views
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: ...
0
votes
2answers
338 views
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 ...