Search code examples
.netcompact-frameworkime

WinCE CF2.0 control textbox IME


I am writing a smart device application for WinCE with .NET 2.0 CompactFramework. In the full 2.0 framework I can control IME (input method editor) with this.ImeMode. This property is not available on CompactFramework. Is there anything I can do like calling something from a wince DLL?


Solution

  • Use the InputPanel Class. You can iterate the existing InputMethods as well as set the current one.