
October 9th, 2003, 11:27 PM
|
|
Contributing User
|
|
Join Date: Aug 2003
Location: Brisbane, Australia
Posts: 50
Time spent in forums: < 1 sec
Reputation Power: 10
|
|
|
I never use picture box so correct me if I'm wrong.
I don't think picture box will let you place an image with another background inside picture box. so you cannot get your GIF transparent to work with in a picture box.
what about make the picture box transparent?
well yes, you can do that by making your form transparent, however your image will go completely transparent with your picture box, so this way won't work again.
Ok, than, how to make transparent effet?
actually it is easy. write your own picture box control using GDI+ or do not use picture box, just draw it on the form using GDI+ (paint event)
|