Sent from one computer to another keystroke
-
hi i know how to work with Keystroke and i know how to send any keboard typing to any open windows to focus place the cursor on local computer. i work with `GlobalKeyboardHook` now, i need to send some data to open windows on focus place using **RDP** for any computer that in my net. how to do it ? my solution dont work (i work on C# visual-studio 2010 WinForm)
-
hi i know how to work with Keystroke and i know how to send any keboard typing to any open windows to focus place the cursor on local computer. i work with `GlobalKeyboardHook` now, i need to send some data to open windows on focus place using **RDP** for any computer that in my net. how to do it ? my solution dont work (i work on C# visual-studio 2010 WinForm)
What are you trying to do on the remote machine? SendKeys does not work over RDP and GlobalKeyboardHooks are for capturing keystrokes on the machine it's running on, not for sending to another machine.
A guide to posting questions on CodeProject
Click this: Asking questions is a skill. Seriously, do it.
Dave Kreskowiak