Setting a label background colour to transparent in WinForms make it ignore any images underneath it and displays the form background image instead
I’m working on a very image intensive application. In this example, there is a Panel at the very back with a background image and a PictureBox ontop of that with a background image. When I add a label ontop of that and set the background colour to be transparent, the background colour displayed is of… Read More Setting a label background colour to transparent in WinForms make it ignore any images underneath it and displays the form background image instead