I have a mobile application written in C# for Windows Mobile 5.
How can disable the auto hint popup for a certain field?
I have a mobile application written in C# for Windows Mobile 5.
How can disable the auto hint popup for a certain field?
SHSetInputContext is the api that lets you control the autocomplete for a control.
Alex Feinman has a sample app that shows how to use it linked here