WM_IME_NOTIFY 的使用方法

zhouxingyu896 2010-08-04 11:34:28
那位高手指导下
WM_IME_NOTIFY 的使用方法

怎么获取到当前使用的输入法
...全文
829 4 打赏 收藏 转发到动态 举报
AI 作业
写回复
用AI写文章
4 条回复
切换为时间正序
请发表友善的回复…
发表回复
赵4老师 2010-08-05
  • 打赏
  • 举报
回复
bobo364 2010-08-05
  • 打赏
  • 举报
回复
学习,进来接分
jixingzhong 2010-08-05
  • 打赏
  • 举报
回复
参考一下前人经验:
http://blog.csdn.net/panstrgh/archive/2007/07/23/1703199.aspx
jixingzhong 2010-08-05
  • 打赏
  • 举报
回复
Platform Builder for Microsoft Windows CE 5.0
WM_IME_NOTIFY
This message is sent to an application to notify it of changes to the IME window. An application processes this message if it is responsible for managing the IME window.

CopyWM_IME_NOTIFY
dwCommand = (DWORD) wParam;
dwData = (DWORD) lParam;
Parameters
dwCommand
Command value. The following table shows the values this parameter can take.
Value Description
IMN_CHANGECANDIDATE This message is sent when an IME is about to change the content of a candidate window. An application then processes this message to display the candidate window itself.
IMN_CLOSECANDIDATE This message is sent to the application when an IME is about to close the candidate window.
IMN_CLOSESTATUSWINDOW This message is sent to the application when an input method editor (IME) is about to close the status window.
IMN_GUIDELINE This message is sent when an IME is about to show an error or information.
IMN_OPENCANDIDATE This message is sent to the application when an IME is about to open the candidate window.
IMN_OPENSTATUSWINDOW This message is sent when an IME is about to create the status window.
IMN_SETCANDIDATEPOS This message is sent when the IME is about to move the candidate window.
IMN_SETCOMPOSITIONFONT This message is sent when the font of the input context is updated.
IMN_SETCOMPOSITIONWINDOW This message is sent when the composition form of the input context is updated.
IMN_SETCONVERSIONMODE This message is sent when the conversion mode of the Input Context is updated.
IMN_SETOPENSTATUS This message is sent when the open status of the input context is updated.
IMN_SETSENTENCEMODE This message is sent when the sentence mode of the input context is updated.
IMN_SETSTATUSWINDOWPOS This message is sent when the status window position in the input context is updated.

dwData
Command-specific value.

33,321

社区成员

发帖
与我相关
我的任务
社区描述
C/C++ 新手乐园
社区管理员
  • 新手乐园社区
加入社区
  • 近7日
  • 近30日
  • 至今
社区公告
暂无公告

试试用AI创作助手写篇文章吧