开发者

Send Keyboard Input to VMWare from C#

开发者 https://www.devze.com 2022-12-27 00:52 出处:网络
I want to send mouse clicks and keyboards keys to a window running a virtual machine such as VMware or VirtualBox. I want to pilotate it from the host OS, from an application written in C#.

I want to send mouse clicks and keyboards keys to a window running a virtual machine such as VMware or VirtualBox. I want to pilotate it from the host OS, from an application written in C#.

I can move and click the mouse.

But I can't send keyboard input. I tried with SendKeys but it doesn't work. With every other "normal" window, it works. But I think it's related to how VMware or Virtual BOx intercept keyboard events.

开发者_开发技巧

Any idea?


Yes, SendKeys and VMWare (like mstsc) don't love one each other.
But I believe that VMWare has some API functions for do so. Try to search here: http://www.vmware.com/support/pubs/sdk_pubs.html

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号