Opacity on pictureBox

  • Thread starter Thread starter Mac
  • Start date Start date
M

Mac

Hello,

pictureBox does not have an opacity property so anyone knows how can
someone create the same effect on a picture box?

Is it possible at all or what?

I will then need to inheritate a component from picture box for my
purpose but I don't seem to be able to find a way to do this opacity
thing.

Regards,
Mac
http://programminguni.com
 
I tried inheriting and didn't get a solution to your problem. But instead
of using a picture box, why don't you use another control (or may be create
your own control) and draw the image yourself?

-vJ
 
Back
Top