http://img4.imageshack.us/img4/6879/bb3u.jpg http://img4.imageshack.us/img4/6879/bb3u.jpg
I have a mobile application written in C# for Windows Mobile 5.
How can disable the auto hint popup for a certain field?
http://img4.imageshack.us/img4/6879/bb3u.jpg http://img4.imageshack.us/img4/6879/bb3u.jpg
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