EDN Admin
Well-known member
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
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