0
How to do so that in the combobox I type letters and returns any text corresponding to those letters I typed.
Example: I have a list of the type Lisitem in the combobox
hi to all
hi to all my haters
hi to all of you
hi to all my Friends
hi to all people
... and I type "people" returns "hi to all people".
But I can only return every first letter of the text.
Sincerely
I’m not familiar with comobox, is it Web? If so, why not use autocomplete.
– Marconi
@Marconi is Windows Form
– PauloHDSousa
@Paulohdsousa ok.
– Marconi