show results in combo box as user types

  • Thread starter Thread starter gator
  • Start date Start date
G

gator

How can I make the cboBox react that when the user types the first letter,
the box will expand and goto the first word starting with that letter, but
not limit the list to just that, still showing all the values. And if a
second letter is typed, then the selection will goto that corresponding
value. As it works now, as the user types, a value is displayed in the
cboBox but it does not auto expand. I would like it to auto expand and goto
the value in the list as it is displayed in the cboBox. Can this be done?
 
yes. But, not only do I want values to start being displayed from the list
as the user types...in addition, I want the list to automatically drop down.
 
Back
Top