Copy to clipboard problem

gooden

Active member
Joined
May 18, 2007
Messages
32
Programming Experience
Beginner
Well im making a program that have a button to copy the image to clipboard. The problem is that the image have no background :\

Clipboard.SetImage(PictureBox1.Image)

this is the code im using. is there any way to copy to clipboard the image without the background

ps: using this code the background becomes Blue 0.o :eek:
 
I'd be interested as well...

I have an application that allows you to save to the clipboard or a file. If you save to a png the transparency works fine. If I save it to the clipboard, I get the blue-screen effect.
 
Back
Top