ComboBox

  • Thread starter Thread starter Miro
  • Start date Start date
M

Miro

Other than creating a textbox with enabled = false
and a combobox button dropdownbeside it,

is there any way of making a combobox that has items that can be selected
from it, but ONLY selected. The user cannot type anything into the combo
box at all?

Thanks,

Miro
 
So setting the DropDownStyle to DropDownList won't work? Then typing on
jumps to the first letter of the items.

Thanks,

Seth Rowe
 
Thank you Cor,

I could have sworn I went through the dropdownstyle property setting it to
every value.
Ill delete my make-shift solution... as i re-invented the wheel, but wanted
to "continue on"

Thanks again,

Miro
-vbdummy
 
Back
Top