vb.net window based app
how i can make combobox in which when i type any word it show the drop down list which is looking as typed text
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Anil KumarPosted Feb 24, 2015, 12:49 AM
Anil KumarPosted Feb 22, 2015, 1:56 PM
Pintu MaliPosted Feb 22, 2015, 11:22 AM
combobox me jo type karu uske hisab se data aa jana chahiye
for example: dropdown has three name := Pintu,anil,pankaj
now when i type P the dropdown show the both pintu and pankaj but when i type Pi it will be show only Pintu
Anil KumarPosted Feb 22, 2015, 10:53 AM
You also need to set the source property of the combobox
Hope this helps!