How to change the opacity of bitmap or the pic in picbox???
Printable View
How to change the opacity of bitmap or the pic in picbox???
Opacity to my knowledge only works on the form itself not the picturebox control as it isn't contained in any of the property settings for the control. However you might look into the transparency key propert on the form that when you set it to the color say red that is held in the picture box should render the red color transparent to the user.
EDIT:
see this thread I found in search confirms what I mentioned.
http://www.vbforums.com/showthread.php?t=474041