blah blah blah is here! blah blah » Close

up0down
link

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

last answered 2 years ago

1 answers

up0down
link

where do you drage the picture box to? but maybe you try to call the Update function in the form by this.Update();

Feedback