How can I run an animated gif in VB?
Printable View
How can I run an animated gif in VB?
Use the WebBrowser control and "Navigate" to the GIF.
------------------
Yonatan
Teenage Programmer
E-Mail: [email protected]
ICQ: 19552879
What do you mean by this? I would like to know how to do this also, but I don't understand what you just said.
------------------
Thanks,
Ryan
[email protected]
ICQ# 47799046
By if you use the IE Navigate Command Wont the ie window come up? Ive never tried that before..
The Way I Have done it in the past is to Slpit the Gif into Seperate Frames, and Put them Each in pictures, In the same array and then use this code..
dim loopingframes as string
Dim frame as integer
Frame = 0
loopingframes = "true"
do while Loopingframes = "true"
image1(0).picture = image1(frame).picture
frame = frame + 1
if frame > 5 then loopingframes = "false"
loop
that work for you?
[This message has been edited by Evan (edited 11-01-1999).]
Take a look at my Reply to the Same Post: Here.
I use the Webbrowser Control within a Picturebox to give the Illusion of an Animated Gif Picturebox.
------------------
Aaron Young
Analyst Programmer
[email protected]
[email protected]
I have the code to use Animated GIF without using any 3rd party OCXs or Web Browser control (pure VB). If anyone wants it, email me.
Regards,
------------------
Serge
Software Developer
[email protected]
[email protected]
Use Gif89.DLL:eek:
sigh... you replied to a really old thread:sick:Quote:
Originally posted by Madboy
Use Gif89.DLL:eek:
oOops, must of got stuck in one of those dodgee time warp thingimijigs!:lol: