I would like to copy the contents of a text file to clipboard using C#. The program should do the job of Ctrl+A & Ctrl + C.
How do i go about?
Arun