combobox string is changing.

  • Thread starter Thread starter Maor Mishkin
  • Start date Start date
M

Maor Mishkin

Hello All,
I have a problem with a ComboBox, when the combobox is selected and a key is
pressed, the string in the combobox is changed to the pressed keys,
How can I make che combobox not to change it's string?
Thanks Maor.
 
Hi,
One solution could be to change the Combo Box' DropDownStyle into
"DropDownList"
this will listen to the keyboard press still, but will choose from the combo
box
 
Back
Top