C# - Copy everything within PictureBox to clipboard

  • Thread starter Thread starter ganeshgebhard
  • Start date Start date
G

ganeshgebhard

Guest
Hi all,

I have a program which contains a picturebox with an embedded picture in it. I want to allow users with this program to change data in this image using labels. So there are several labels on top of the image in the picturebox and the users can edit those labels to change the values.

Now I want one thing: When the user clicks button1, the program has to copy everything inside that picturebox to the clipboard, so including the labels. Afterwards, the user can paste the image where ever he/she wants.


Is this possible? If so, how?

Thanks!

Continue reading...
 
Back
Top