views:

30

answers:

1

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
I think what he actually meant was "How to make the whole picturebox semi-transparent", so you could see 'through' the picturebox.
lucifer