combobox selection

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

Guest

i have a combobox1
and in it there are 3 words

APPLE
ORANGE
WATERMELON


i want to write a character like

if i write "a" to combobox1 in it i want to see selection "apple"
if i write "o" to combobox1 in it i want to see selection "orange"
if i write "w" to combobox1 in it i want to see selection "watermelon"
 
Back
Top