How can you access clipboard content using the .NET framework?
+2
A:
Check Clipboard
class and SetText
\ GetText
methods.
See also this tutorial: Clipboard Copy and Paste with C#
ventr1s
2010-08-10 15:58:54
+1
A:
You can use the Clipboard class. Documentation and demos here:
http://msdn.microsoft.com/en-us/library/system.windows.forms.clipboard.aspx
jwsample
2010-08-10 15:59:56