Hi,
I really wanted to know, lets say I have an animated GIF file. How can I see it animated with using VB?
it is not being animated when I use simple PictureBox or ImageBox.
How can I see it anyway?
Thanks.
Printable View
Hi,
I really wanted to know, lets say I have an animated GIF file. How can I see it animated with using VB?
it is not being animated when I use simple PictureBox or ImageBox.
How can I see it anyway?
Thanks.
Place a Webbrowser on your form and then navigate to the animated gif file on your computer.
Code:Webbrowser1.Navigate "C:\anigifs\anigif.gif"
IN no way do I want to take away from Matt's answer becuase it is completely right but to give you a bit more detail check this out
http://forums.vb-world.net/showthrea...threadid=11190
Nice
They have OCX's for this, they'd probably have transparency too....
Hi
Thanks for trying to help, but when I use:
It tries to DOWNLOAD the file.Code:WebBrowser1.Navigate "C:\test.gif"
It doesnt show it.
Please help me.
Thanks.
Here is a list of results that come up when you search the Vb-World Forums.
I am sure one of them will be more helpful to you.
Hey !!
you have to select in the components the Anigif.ocx, if u don't have it i will share it
Hi
please, send me the OCX.
or via ICQ or via Email or just put it online somewhere.
Thanks.
Try this website:
http://www.jcomsoft.com/anigif.htm
______________________________________________________
Erick de la Torre E.
Mexican VB Developer
"Thought i´m afraid Hell until I live in Mexico, D.F."
Hi,
thank you all guys.
I really appriciate your help.
I found (with your help), the best way to run an animated gif:
Thanks again.Code:WebBrowser1.Navigate "about:<html><body scroll='no'><img src='D:\Internet\anim.gif'></img></body></html>"