Hi,
I have an PictureBox with a transparent image, icon like.
When the PictureBox appears for the first time, the picture is ok. Simple object in it, around it all transparent.
But when I drag the PictureBox onto another I can se that the image is no longer transparent. The transparent part of the image has the same color as the bacground of the form.
Is there a way to go arround this, to maintain transparency all the time.
Kind regards

1 answers
where do you drage the picture box to? but maybe you try to call the Update function in the form by this.Update();
answered 2 years ago by:
1556