Hi, can anyone help me how to apply transparency on picturebox on Winforms? I have a panel as a main container having a background picture, and I have a picturebox which overlapped on it. So all I need is to have a transparency on picturebox.
A:
Set the Backcolor
property of the PictureBox to Transparent
.
Ofcourse, make sure that the image you're using is transparent as well (i.e. no background color).
veljkoz
2010-09-02 14:36:48
I think what he actually meant was "How to make the whole picturebox semi-transparent", so you could see 'through' the picturebox.
lucifer
2010-10-16 21:53:51