Problem with translucent background color
The other day I used Color.FromArgb() to make a nice translucent label, I ended up not using it but now I can't remember how I did it. I set the background color to Color.FromArgb(60,0,0,0); Which should be somewhat translucent, but it's still opaque. Is there anything I'm missing you think?