代码之家  ›  专栏  ›  技术社区  ›  Daniel Crenna

如何设置Windows Mobile 6输入法模式(仅限数字)

  •  0
  • Daniel Crenna  · 技术社区  · 14 年前

    在Windows Mobile 5中,以下方法之一仅用于将输入设置为数字:

    / /管理 inputmodeeditor.setinputmode(文本框,inputmode.numeric);

    //本机包装 inputmodesupport.shsetimemode(textbox.handle,inputmodesupport.shime_mode.shime_mode号);

    在WindowsMobile6中,两者都不起作用。

    如何在wm 6.0/.net cf 3.5中将ime设置为“仅数字”?

    1 回复  |  直到 14 年前
        1
  •  0
  •   Daniel Crenna    14 年前

    要设置输入法模式,可以使用上面的两种方法,基于平台切换使用systemsettings类通知它。如果要改用SIP,可以通过枚举所有SIP并选择名称中带有“numeric”的SIP来查找WYSIWYG键盘的guid或“guess”。不过,最终还是无法保证代码中只有数字键盘。