创建虚拟键盘的代码 [英] code to create virtual keyboard

查看:76
本文介绍了创建虚拟键盘的代码的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

如何创建具有多种语言的虚拟键盘

how to create virtual keyboard with multiple language

推荐答案

如果Windows中内置了现有键盘,为什么要创建一个新键盘?
您可以使用以下命令开始显示虚拟键盘:

Why create a new one if there is an existing one built into windows?
You can start the show the virtual keyboard using:

System.Diagnostics.Process.Start("osk")



有关更多信息,请参见此处:
http://msdn.microsoft.com/de-de/library/53ezey2s%28v = VS.80%29.aspx [ ^ ]



See here for more information:
http://msdn.microsoft.com/de-de/library/53ezey2s%28v=VS.80%29.aspx[^]


在这里开始任何事情.
要创建虚拟键盘,您必须了解SENDKEYS ..,

^ ]

对于多种语言..,请从您的应用程序发送所需的键(以形成字符). (在此之前,您必须更改语言模式).
Are Start anything.., start something before posting question here.,

For creating Virtual Keyboard., you have to know about the SENDKEYS..,

here[^]

For multiple Language.., send the desired keys(to form the character) from your application. (Before that you have to change the language mode).


这篇关于创建虚拟键盘的代码的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆