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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top