Jump to content
Xtreme .Net Talk

Recommended Posts

Posted

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.

Posted
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:)

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...