Click to See Complete Forum and Search --> : How can I display Animated Gifs?


Markus
March 29th, 1999, 11:16 AM
How can I display Animated Gifs in Visual C++ ????

Jens Doose
March 29th, 1999, 03:30 PM
One quick but very dirty way is to use the IE control and let it display the gif... :-)))


The Fantastic-Bits Homepage

Bob
March 29th, 1999, 03:38 PM
The fastest way is to convert the animated GIFs to AVI files using some tool such as the shareware program GIF Movie Gear. Once it's an AVI, you can import it into your RC file (or just open it as a file), then issue a .Play(0,-1,-1) and you are all set.

Jens Schacherl
June 19th, 2000, 03:29 AM
There is an ActiveX control available here at this site that can do this but remember that you have to pay license fees to Unisys if you use any sort of gifs in a commercial application.

HTH, Jens