Using the clipboard (c#)

Started by
1 comment, last by MCeltic33 17 years, 9 months ago
Does anyone know how to "Copy" something into the clipboard in C#? For example if I have a textbox (textBox1) and I want it's text automatically copied to the clipboard, how would i do this?
Advertisement
Did you look at the documentation for System.Windows.Forms.Clipboard yet?
Quote:Original post by SiCrane
Did you look at the documentation for System.Windows.Forms.Clipboard yet?


Did not know that existed....thank you!

This topic is closed to new replies.

Advertisement