Click to See Complete Forum and Search --> : Animated Gif


visual fzz
November 25th, 1999, 02:12 AM
Hi everybody

I want to put an animated GIf in my application but I don't succeed!
The image doesn't move!
I use the picture box control and the image control but that doesn't work!

how can I do???

Fzz

Chris Eastwood
November 25th, 1999, 02:21 AM
If you look on this site under 'controls', you'll see a link to a free Animated GIF control (no source though).



Chris Eastwood

CodeGuru - the website for developers
http://codeguru.developer.com/vb

desob
April 5th, 2000, 05:46 AM
A crude method of displaying an animated gif is the use the WebBrowser control and navigate to the gif in the form_load procedure thus:

WebBrowser1.Navigate "c:\xfr\Theanimated.gif"



This will work and the WebBrowser control can be resizes to match the size of the gif

This method is a bit like using a nuclear I.C.B.M to kill an ant.