VBcoders Browse New Submit Contact Sign In

No account? Register free

Forgot password?

PsuedoTypeahead for Combo/List box using text box

James Travis  (2 Submissions)   Miscellaneous   Visual Basic 3.0   Intermediate   Wed 3rd February 2021

To allow a user to typeahead to a specific item in a list/combo box allowing a little more flexability.

Inputs
Data entry in text box.

Assumes
Basically this demonstrate how to loop thru a combo/list box control and compare the typed data to the text value displayed in a the control boxes and select the item. Usefully in large selection lists.

Returns
Position and selects the first matching item.

Side Effects
Depending on if the items are sorted the jumping around and selection may look unusual.

Rate PsuedoTypeahead for Combo/List box using text box (3(3 Vote))
PsuedoTypeahead for Combo/List box using text box.bas

PsuedoTypeahead for Combo/List box using text box Comments

No comments yet — be the first to post one!

Post a Comment

0/1000 characters