|
-
Oct 31st, 1999, 08:35 PM
#1
Thread Starter
New Member
How can I run an animated gif in VB?
-
Nov 1st, 1999, 02:49 AM
#2
Guru
Use the WebBrowser control and "Navigate" to the GIF.
------------------
Yonatan
Teenage Programmer
E-Mail: [email protected]
ICQ: 19552879
-
Nov 1st, 1999, 03:51 AM
#3
Hyperactive Member
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
-
Nov 1st, 1999, 04:07 AM
#4
Frenzied Member
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).]
-
Nov 1st, 1999, 04:10 AM
#5
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]
-
Nov 1st, 1999, 06:38 PM
#6
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]
-
Nov 15th, 2003, 04:57 PM
#7
Supreme User
Use Gif89.DLL
-
Nov 15th, 2003, 07:17 PM
#8
The picture isn't missing
Originally posted by Madboy
Use Gif89.DLL
sigh... you replied to a really old thread
-
Nov 16th, 2003, 05:00 AM
#9
Supreme User
oOops, must of got stuck in one of those dodgee time warp thingimijigs!
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
|