Programatically send CTRL+C to remote desktop

EDN Admin

Well-known member
Joined
Aug 7, 2010
Messages
12,794
Location
In the Machine
Hello all,
I am presently writing an application which incorporates a low level keyboard hook (hooked to the F12 key) to send the keys CTRL+C (copy) and then paste the copy into my application.
I have run into a snag. Though the code I am using works on a local machine, when you connect to a remote desktop session it does not. Can anyone shed any light? I am just using
SendKeys.SendWait("^c");
To send the copy command. Any help appreciated.<br/>
<br/>


View the full article
 
Back
Top