简体   繁体   English

如何在C#或VB中更改虚拟键盘的语言?

[英]how to change language of Virtual Keyboard in C# or VB?

I want to change language of OSK in my Project when show. 我想在节目中更改OSK的语言。 How can I do it? 我该怎么做?

This is my code: 这是我的代码:

Private oskProcess As Process
oskProcess = Process.Start("osk")

I think OSK can't do this, but TabTip can. 我认为OSK无法做到这一点,但TabTip可以做到。 Maybe this will help you. 也许这会对您有所帮助。

Private tabtipProcess As Process
tabtipProcess = Process.Start("tabtip")

and read this article, tells about how to control tabtip. 并阅读本文,介绍如何控制tabtip。 It may be usefull Start TabTip with numpad view open 打开数字键盘视图的情况下启动TabTip可能会有

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM