leontager Posted November 8, 2003 Posted November 8, 2003 how can I send lets say notepad a command to paste the text from the clipboard. I would like it to work for other applications as well. I used Clipboard.SetDataObject("me@me.com") to set the clipboard to whatever I want but I am not sure how I can paste it now into other applications. I guess even a shift + v combo will work but I don't know how to do that either. Quote
*Experts* Volte Posted November 8, 2003 *Experts* Posted November 8, 2003 Might I ask what this is for? There may be a better, less tacky way to do it. Quote
leontager Posted November 8, 2003 Author Posted November 8, 2003 mainly its to send a @ key. I tried holding down the shift and pressing 2 with code but It didn't work. when I was holding down the shift and pressed the keys I got capital letters. If you can suggest a better way I would be more then happy to try it out:) Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.