Setting my PictureBox to transparent background color doesn't really make it transparent. Bug?

Posted by Sergio Tapia on Stack Overflow See other posts from Stack Overflow or by Sergio Tapia
Published on 2010-04-25T18:20:34Z Indexed on 2010/04/25 18:23 UTC
Read the original article Hit count: 591

Filed under:
|
|
|

Here's what I have in VERY simple easy to grasp terms.

  1. My form background is Blue.

  2. I created a gradient image from white to the Blue from the form background. This is to give the form a nice gradient look. I added a picturebox to my Form and set this image as the Image.

  3. I added a picturebox with a Logo on top of the gradient Picturebox, but it's 'grabbing' the Form background color and not respecting the transparent background image I wanted it to grab.

So:

Blue Form -> Huge pictureBox with gradient -> Small picturebox thats supposed to respect the gradient.

Help please!

© Stack Overflow or respective owner

Related posts about c#

Related posts about .net-3.5