K
kevin
How do I get a bitmap to display with transparency on a form? I've used
exactly the same colour (green: $40FF40) on the form and the bitmap and
the colour on the form is transparent, but the colour on the bitmap
remains green. I've even tried using e.Graphics.DrawImage in the Paint
event to see if that worked, but it didn't.
The TransparencyKey property almost seems useless if you can't use it
with bitmaps!!
exactly the same colour (green: $40FF40) on the form and the bitmap and
the colour on the form is transparent, but the colour on the bitmap
remains green. I've even tried using e.Graphics.DrawImage in the Paint
event to see if that worked, but it didn't.
The TransparencyKey property almost seems useless if you can't use it
with bitmaps!!