What I would like to do, is suggest possible answers for the user, as they're entering data, by finishing their word, and highlighting the text, so they can keep typing if they want, or just hit enter and it will provide them with the results.
I need to know how to highlight the part they haven't typed yet. I'm guessing there is a fairly easy way to do it, I just dont know it
If you want something like that in attached image,
then use a common text box and:
- set its AutoCompleteSource to custom
- set AutoCompleteCustomSource and type there all suggested words (of course
it can be made at runtime)
- set AutoComplete mode to Append.