Re: Animated gif
The CPictureCtrl works pretty nicely and comes in a library. I don't know
if it will animate a GIF or not, but the interface to get the pictures is
there (OLE) so it could give you some ideas. I've used it in several
applications without any problems. Worth a try since it's a free download:
http://www.dilascia.com/PixieLib.asp
http://msdn.microsoft.com/en-us/magazine/cc301454.aspx
This may have already been mentioned as well, but I'll list it again. Don't
know if it works, but it would be worth looking at the code and there aren't
a lot of negative comments:
http://www.codeproject.com/KB/graphics/pictureex.aspx
Like any code you get from "elsewhere" you'll have to test it and maybe do
some debugging, but it often gets you started and usually saves a ton of
time.
Tom
"Jeova Almeida" <jeovaalmeida@yahoo.com> wrote in message
news:%233uxuiy2JHA.1864@TK2MSFTNGP02.phx.gbl...
"Jeova Almeida" <jeovaalmeida@yahoo.com> escreveu na mensagem
news:eJOrpXu2JHA.5816@TK2MSFTNGP02.phx.gbl...
How do I show an animated gif on my CDialog window? Does visual studio
2008 offers a built in solution?
The link http://msdn.microsoft.com/en-us/visualc/dd450356.aspx, suggested
by Jonathan Wood, works only with AVI files. I need supporte for GIF
files.
The suggestion concerning flash activeX control won't help me. I can't
have this kind of external dependence for my app.
Thanks for the suggestions anyway.