[Question] C# Opacity PictureBox

04/02/2010 22:24 jackpotsvr#1
Hey Coders,
I've got a question,, I got a PictureBox in Visual Studio, but i want to make it 50% Transparent, how to do this setting?
Thanks
04/02/2010 23:45 x]vIrus[x#2
you cant, if you want to do it, you have to either override onpaint and draw there with alpha, or use wpf, where you can actually have transparent controls