屏幕键盘上的呼叫 [英] call on screen keyboard

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

问题描述

我需要在寡妇表单应用程序上调用屏幕键盘.

如何在vc.net 2008中做到这一点?

我需要使用什么api来运行hide以显示屏幕键盘?我使用Windows XP.

i need to call on screen keyboard on my widows form application.

how can i do this in vc.net 2008??

what api i need to use to run hide show the on screen keyboard??i using windows XP.

推荐答案

XP内置了一个屏幕键盘?我总是写自己的书.
There''s an on screen keyboard built in to XP ? I''ve always written my own.




屏幕键盘实际上是可执行文件.您只需要使用System :: Diagnostics :: Process类来启动可执行文件.
exe的路径是:
"C:\ windows \ system32 \ osk.exe"
您也可以在没有完整路径的情况下启动应用程序
Hi,

actually the On Screen Keyboard is an executable. You just need to start the executable using the System::Diagnostics::Process class.
The path of the exe is:
"C:\windows\system32\osk.exe"
you can also start the application without the complete path
Process::Start("osk");



这是MSDN上的链接,可能会帮助您使用Process :: Start方法:
http://msdn.microsoft.com/de-de/library/53ezey2s%28v = VS.80%29.asp [ ^ ]



Here is a link from the MSDN that might help you with the Process::Start method:
http://msdn.microsoft.com/de-de/library/53ezey2s%28v=VS.80%29.asp[^]


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

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