请教pb中 immsimulatehotkey 这个函数如何在win7下控制输入法切换
答案:2 悬赏:0 手机版
解决时间 2021-12-23 07:55
- 提问者网友:萌卜娃娃
- 2021-12-23 02:16
请教pb中 immsimulatehotkey 这个函数如何在win7下控制输入法切换
最佳答案
- 五星知识达人网友:像个废品
- 2021-12-23 03:50
// 需要中文输入的字段
hklKeyboardLayout=GetKeyboardLayout(0)
if not ImmIsIME(hklKeyboardLayout) then
ImmSimulateHotKey(handle(parent),16)
end if
else
// 英文输入字段
hklKeyboardLayout=GetKeyboardLayout(0)
if ImmIsIME(hklKeyboardLayout) then
ImmSimulateHotKey(handle ( parent ),16)
end if
End if
hklKeyboardLayout=GetKeyboardLayout(0)
if not ImmIsIME(hklKeyboardLayout) then
ImmSimulateHotKey(handle(parent),16)
end if
else
// 英文输入字段
hklKeyboardLayout=GetKeyboardLayout(0)
if ImmIsIME(hklKeyboardLayout) then
ImmSimulateHotKey(handle ( parent ),16)
end if
End if
全部回答
- 1楼网友:平生事
- 2021-12-23 04:35
你说呢...
我要举报
如以上问答信息为低俗、色情、不良、暴力、侵权、涉及违法等信息,可以点下面链接进行举报!
大家都在看
推荐资讯