Click here to Skip to main content
15,891,248 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi everyone
i have a textbox that auto complete text from a database, but what it does is just auto completing the first word i entered.now what i want is that, when i type a word it autocomplete it,and if i give a space and type another word, it also auto complete the next word. e.g i type a list of name "john, james, kate", i want every of the word to autocomplete as i am typing them in the textbox.tanx for ur help
Posted

1 solution

Unfortunately, a standard multi-line textbox doesn't support autocomplete. You may want to consider using a RichTextBox instead. See this[^] article for step-by-step instructions.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900