Hi Everyone,
I'm working with a project, in which i used a listbox and textbox as a combination. Hoping anyone would help me, i explianed my problem:-
There is a list of companies (sorted or not) in a listbox. While typing in textbox, as per each letter is being typed, the company names in the list MUST BE SELECTED.
For eg:
In Textbox In Listbox
M List starting with M should be selected.
Mi List starting with Mi should be selected.
Mic List starting with Mic should be selected.
Micr List starting with Micr should be selected.
and so on. If no list with starting letter is found, the very first item in the list should be shown.
I hope i explained my problem clearly. If there is a solution for this already. I'm sorry to ask it again. But, as I could not find after severl searches, I post this question.
TIA
I'm working with a project, in which i used a listbox and textbox as a combination. Hoping anyone would help me, i explianed my problem:-
There is a list of companies (sorted or not) in a listbox. While typing in textbox, as per each letter is being typed, the company names in the list MUST BE SELECTED.
For eg:
In Textbox In Listbox
M List starting with M should be selected.
Mi List starting with Mi should be selected.
Mic List starting with Mic should be selected.
Micr List starting with Micr should be selected.
and so on. If no list with starting letter is found, the very first item in the list should be shown.
I hope i explained my problem clearly. If there is a solution for this already. I'm sorry to ask it again. But, as I could not find after severl searches, I post this question.
TIA
Comment