Is there any image control within VB that I can use transparent gif images where the transparent part actually works?
Also, will the same control also handle animated gifs? If not, is there another control for that?
Any help appreciated.
Printable View
Is there any image control within VB that I can use transparent gif images where the transparent part actually works?
Also, will the same control also handle animated gifs? If not, is there another control for that?
Any help appreciated.
I think you mean the Image control. When you open a gif with a transparent background, the background is really transparent. This control can only open pictures, it can't edit them like a picturebox.
Go to www.planet-source-code.com and look up "Animated GIF" You'll get many results; some of which do not require additional controls.