Hey, I'm trying to make a label that shows a number on an image, however when I set the label's background to be transparent it shows my form's background color rather than being transparent to the pictureBox beneath it. Here's what I mean:
This has been ages ago, but IIRC, it's a bug (or I'd call it that) in how Microsoft implemented their picture box. You could use one from a different library and it should work. Or just download someone else's implementation.
Or I could be thinking of something completely different.