Tagged Questions
3
votes
2answers
150 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 ...
2
votes
1answer
108 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
376 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
179 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
174 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 ...
0
votes
1answer
52 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
342 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 ...