Hi,
I am trying to make a clipboard program to copy and paste files like TeraCopy. I want to know how can I write the code to copy and paste manually instead of calling on the Windows procedure to do so in C#? Any code, links would be very helpful.
Thanks.
Loading
AbhishekPosted Sep 29, 2008, 2:17 AM
Muhammad Shahid FarooqPosted Sep 28, 2008, 6:14 PM
Visit the following links, this may help you better:
http://www.codeproject.com/KB/shell/clipboard01.aspx
http://msdn.microsoft.com/en-us/library/system.windows.forms.clipboard.aspx
http://www.geekpedia.com/tutorial188_Clipboard-Copy-and-Paste-with-Csharp.html