|
-
Aug 30th, 2000, 04:22 PM
#1
Thread Starter
Registered User
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.
-
Aug 30th, 2000, 04:24 PM
#2
Place a Webbrowser on your form and then navigate to the animated gif file on your computer.
Code:
Webbrowser1.Navigate "C:\anigifs\anigif.gif"
-
Aug 30th, 2000, 05:05 PM
#3
Hyperactive Member
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
-
Aug 30th, 2000, 05:12 PM
#4
So Unbanned
They have OCX's for this, they'd probably have transparency too....
-
Aug 31st, 2000, 02:27 AM
#5
Thread Starter
Registered User
Hi
Thanks for trying to help, but when I use:
Code:
WebBrowser1.Navigate "C:\test.gif"
It tries to DOWNLOAD the file.
It doesnt show it.
Please help me.
Thanks.
-
Aug 31st, 2000, 10:41 AM
#6
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.
-
Aug 31st, 2000, 10:58 AM
#7
Lively Member
Hey !!
you have to select in the components the Anigif.ocx, if u don't have it i will share it
-
Aug 31st, 2000, 12:01 PM
#8
Thread Starter
Registered User
hi
Hi
please, send me the OCX.
or via ICQ or via Email or just put it online somewhere.
Thanks.
-
Aug 31st, 2000, 12:23 PM
#9
Lively Member
Re: hi
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."
-
Aug 31st, 2000, 04:50 PM
#10
Thread Starter
Registered User
Thank you
Hi,
thank you all guys.
I really appriciate your help.
I found (with your help), the best way to run an animated gif:
Code:
WebBrowser1.Navigate "about:<html><body scroll='no'><img src='D:\Internet\anim.gif'></img></body></html>"
Thanks again.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|