VBcoders Browse New Submit Contact Sign In

No account? Register free

Forgot password?

Auto-complete combobox

SteveyB  (1 Submission)   VB function enhancement   Visual Basic 3.0   Intermediate   Wed 3rd February 2021

The following code adds the autocomplete functionality to the standard combo box.
The user can either type into the combobox, which automatically selects an item matching the users keypresses, or they can simply select an item in the standard fashion.

Assumes
A combo box, named Combo1, needs to be placed on your form, with the Sorted property set to TRUE.

Rate Auto-complete combobox (18(18 Vote))
Auto-complete combobox.bas

Auto-complete combobox Comments

No comments yet — be the first to post one!

Post a Comment

0/1000 characters