views:

23

answers:

1

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?

+2  A: 

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

Matt
Do you happen to know if possible to setup the autopopup with my custom content?
Pentium10
I don't know, sorry.
Matt