So, trying to find some time, I eventually decided to ask about how to make the transparent controls display each other.

As you see in the picture, I have 2 transparent boxes with pictures, they show the background very well, but when it comes to the selected image, as you can see in the picture, it displays only the background image of the form, and not the other from the bottom. I know that there are general circumstances in winforms due to the lack of proper rendering, but the question arises:
Is there a way around this rendering glitch, is there a way to make the transparent controls rendered to each other?
Ok, this is the answer: Transparent images using C # WinForms
source share