Combo Box/Incremental Key Search

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Can anyone provide a sample of how to do an incremental key search on a combo box control?
 
Appearantly this can't be done, as everywhere, everytime I've posted it, all I hear are crickets in the night.
 
could you please say more precisely what you want to do.
I'm not sure what you mean by "incremental key search"
-----Original Message-----
Can anyone provide a sample of how to do an incremental
key search on a combo box control?
 
The way to do this is to catch the keypress event or the change event (I'm
not sure which you want). Then scan the combo box's list for a match and
set the combo box text value to that list entry.

Mike Ober.
 
Back
Top