IME编程例子

时间:2017-05-05 11:28:56
【文件属性】:

文件名称:IME编程例子

文件大小:26KB

文件格式:ZIP

更新时间:2017-05-05 11:28:56

IME

介绍了如何获取IME信息,极有价值: It shows how to control IME mode using C/C++. You can set the initial IME mode of CIMEEdit as to input language, shape, and so on. If you want your edit control initially set to get Korean characters, you can add code as in this sample. Also, if you want only English, you can disable IME. It also shows how to implement IME level 3 in your source code. IME level 3 is more convenient and powerful for East Asian users. You can create a custom control or window that supports IME level 3 using this sample. This sample determines the font and code page used for Ansi-Unicode conversion by the keyboard layout so that you can try four different IMEs for all East Asian languages without changing either font or code page. This is a feature of Windows 2000 and is not a requirement for support of IME level 3. The function GetCombinedCharLength supports only surrogate characters in this sample. If you need to support combined characters, add your code to the method.


【文件预览】:
IME
----resource.h(2KB)
----IME.vcxproj(37KB)
----IME.cpp(2KB)
----ReadMe.htm(5KB)
----IME.h(1KB)
----res()
--------IME.ico(1KB)
--------IME.rc2(395B)
----IME.vcxproj.filters(2KB)
----IMEDlg.h(2KB)
----IME.sln(3KB)
----StdAfx.cpp(208B)
----IME.rc(9KB)
----StdAfx.h(1KB)
----targetver.h(754B)
----IMEEdit.cpp(26KB)
----IMEEdit.h(4KB)
----IMEDlg.cpp(18KB)

网友评论

  • 不行、、 这个确定是输入法有关的么。。
  • 看了整个例子,很好
  • 非常好的资源,谢谢共享
  • 十分不错的资源。
  • 很好的一个demo,如果能做成一个框架就更好
  • 能用,谢谢楼主分享
  • 还行,不过暂时用不到
  • 非常好的资源,感谢亲。
  • 很好的程序例子。
  • 能编译通过
  • 还不错呢,谢谢分享!
  • 看了整个例子,很好
  • 编译可通过