I have a picture box called pictureBox1, and I have a label called label1, which is supposed to be located in the middle of the picture box.
On the picture box I need to draw a circle. The result is this. Is there a way I can make the label background be transparent so it doesn't overwrite the circle?
If needed I can provide some code but there isn't really much of it, just a simple drawEllipse method and thats it.