Iddo

Iddo

  • NA
  • 13
  • 1.2k

Executing a Paste on a background windows application, in C#

Jul 22 2012 5:09 AM
Hi

In my C# application I want to peform a paste and have any application currently running on Windows to "get" it, and be pasted on. On problem is of course to determine which application was the last I was "on", before moving to my C# application to trigger the paste. Another problem is actually getting the Windows process of that application and executing an actual paste.

I'm familiar with the Clipboard object and its methods, but I need the actual paste action. Is this doable?