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.
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.