views:

282

answers:

1

I can't add a PNG image that contains alpha chanel into a picturebox dynamically by code because it always replace the transparent area with the black color. Is there a way to do it?

+1  A: 

Have you tried setting the back color of the control to transparent?

NickLarsen