Send Keyboard Input to VMWare from C#
Posted
by Robert
on Stack Overflow
See other posts from Stack Overflow
or by Robert
Published on 2010-04-17T16:31:10Z
Indexed on
2010/04/17
16:33 UTC
Read the original article
Hit count: 246
Hi. 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?
© Stack Overflow or respective owner