文件名称: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)