Tagged Questions

3
votes
2answers
132 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
464 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
94 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 ...
1
vote
2answers
136 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
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 ...