如何在屏幕键盘上使用C#WinForm [英] How to use On screen Keyboard with C# WinForm

查看:231
本文介绍了如何在屏幕键盘上使用C#WinForm的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我想在我的应用程序中使用系统键盘。我已经从winform

I want to use System Keyboard into my application. i have placed this code for keyboard opening from winform

private void buttonX3_Click(object sender, EventArgs e)
        {
            System.Diagnostics.Process.Start("osk.exe");
        }



现在键盘正在打开,但我不知道如何在我的表单中使用它。在我的形式中有一个带有多个文本框的gridview;我想通过sys键盘输入。我想改变语言。


now the keyboard is opening but i dont know how to use it in my form. in my form a gridview with multiple textboxes; i want to type there through sys keyboard. plus i want to change the language too.

推荐答案

你不需要做什么屏幕键盘就像普通键盘一样。



您可以通过同时按ALT + SHIFT键来更改Windows中的语言。
You don't have to do anything the "on screen keyboard" acts like a normal keyboard.

You can change languages in Windows by pressing the ALT+SHIFT keys at the same time.


这篇关于如何在屏幕键盘上使用C#WinForm的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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