I am making an application in C# .NET. I have 8 picture boxes in it. I used PNG images with transparent background but in my form it is not transparent when it comes above a
you can set the PictureBox BackColor proprty to Transparent
PictureBox
BackColor
Transparent