VB 6 COMBOBOX AUTOCOMPLETE

VB ComboBoxes will do autocomplete easily if you set their style to 2 - Dropdown List, which restricts entries to only those in the list. But sometimes you need autocomplete while still allowing the user to enter new values. Here is a simple procedure to achieve that ...