I have a combobox control and it has more than 3 values...I want to have the text filtering feature for this control...If the values are Yes, No, Not Selected and when I press Y on my keyboard it should give me Yes. Please responsed to me ASAP..Thanks in advance,
Loading

Afzaal Ahmad ZeeshanPosted Sep 11, 2015, 11:24 PM
- Handling keyboard events in C# (add the framework being used, WPF or WinForms etc.)
- Filter the ComboBoxItems based on a value.
These would help you in finding a good solution. The KeyPress event can be learnt about from MSDN itself.