1

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?

Pentium10
  • 204,586
  • 122
  • 423
  • 502

1 Answers1

3

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
  • 2,984
  • 1
  • 24
  • 31