Link to home
Start Free TrialLog in
Avatar of steverguy
steverguy

asked on

VB.NET Transparent BG with PNG

I have a PNG - i created it in photoshop - it's a watermark type image.
I bring it into Visual Stuido 2005 and assign it to a PictureBox.  When i do this, the background becomes the "Control color" and i can see the watermark image.  If i move the PictureBox over another PictureBox, I don't get the watermark effect.  Instead, it shows the "Control color" with the watermark, completely blocking out the image underneath.

I've tried changing the PictureBox's background to Transparent, but this doesn't work.

Any ideas?

Thanks for your help!
ASKER CERTIFIED SOLUTION
Avatar of Bob Learned
Bob Learned
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of steverguy
steverguy

ASKER

I ended up loading the image without using the PictureBox control.  This did the job.
It's too bad the PictureBox control doesn't support true transparency - it would probably make things easier.