I am trying to implement a CheckBox ComboBox. I followed this link as a reference

http://www.codeproject.com/Articles/31105/A-ComboBox-with-a-CheckedListBox-as-a-Dropdown?msg=4152597#xx4152597xx

But there are some problems with this example.

1) After the dropdown list is shown, the very first mouse single-click to change the selected item's check-status always fails to do so, but succeeding single-clicks are fine. It seems the very first single-click is swallowed. I did some trace works but failed to find the answer.

2) The Form loses focus when the list opens.

I am trying to solve this for several hours. Thanks in Advance

link|improve this question

50% accept rate
Check out the following question. [Is there a simple way to implement a checked combobox in winforms?][1] [1]: stackoverflow.com/questions/8822678/… – APrough Feb 9 at 19:05
I tried that example looks very good but only one fault is that, I am not able to keep dropdrop open till I finish all my selection. Do you know how can I keep it open? I am trying to catch WndProc Msg. But I coudnt find any success yet. – user781700 Feb 10 at 18:59
feedback

1 Answer

up vote 0 down vote accepted

Check out the following question. Is there a simple way to implement a checked combobox in winforms?

link|improve this answer
Thank you for your response but somehow Its not allowing me to access the check box. Its a read only. And somehow It doesnt look like a checkComboBox. – user781700 Feb 10 at 18:57
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.