Picturebox transparency

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I am having a problem with pictureboxes being trasnparent to some form
objects, but not others (I want their transparent regions to be transparent
to everything). So, say I have a background image in a picturebox and various
smaller pictureboxes with other images scattered in front of it (let's call
them front images). Each of the front images has a transparent region. The
background shows through these regions quite nicely, but if the front images
are stacked on top of each other or overlap, then only the background is seen
through the topmost front image, ie the front images are transparent only to
the background, not to each other.

What gives?
 
Thanks for that.

But just so I've got it straight: you create each picturebox in a new form?
So instead of having one form with x pictureboxes, you have x forms with x
pictureboxes?
 
Back
Top