Showing posts with label paste. Show all posts
Showing posts with label paste. Show all posts

Sunday, July 19, 2009

copy and paste data to and from Clipboard

Push: System.Windows.Forms.Clipboard.SetDataObject("hello", true);
Get: System.Windows.Forms.Clipboard.GetText();