My problem is like that: I have a Windows Form Application and it contains a picture which is in a picturebox. The picture contains mostly transparent parts and picture box is also transparent. So when I change backgroundcolor property of form, picture background changes also. But I want to put many labels behind picturebox, and when I change backgroundcolor of any label, it should be seen behind the picturebox and only as color of transparent part.
If I make parent of picturebox as label, this works but it tries to place picture box into label, so if label is small, the picture is not seen.
Sorry for my grammar mistakes, thanks for your help.