Click here to Skip to main content
15,915,328 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I am developing a windows CE project in visual studio. Unfortunately, smart device application doesnt have autocompletetextbox feature. I have been searching for any workanyarounds to get this but couldnt get any. My client needs this feature for their windows CE 6.0 based device. Can anyone help me with this?

What I have tried:

I have tried to use listbox based on text entered in Textbox, i have added those items to listbox but the problem is there is no mouseclick event for Listbox in this version :(. I have binded those items to combobox but client doesnt like that. I am searching for any other alternative
Posted
Updated 10-May-18 17:55pm

1 solution

An autocomplete textbox is a textbox, a list of possible suggestions and a popup that shows those suggestions. IT's not complicated to roll your own, if none exists. Just have a collection of possible values, and once someone has typed three letters, show a list they can click to select
 
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