Hi all,
I searching for how to make autocomplete in textbox.
however there are list contain fruits name.
"Apple"
"Banana"
"Pear"
"Orange"
When i type "Ap" in textbox, program will completed the text and highlight the fruit name in listbox.
How i can do this.
Thank you