|
-
Aug 4th, 2000, 08:36 AM
#1
Thread Starter
Member
Hi, is it possible to play an animated gif on a form
thanks in advance
MICK
-
Aug 4th, 2000, 08:38 AM
#2
Hyperactive Member
yes it is and I've got an OCX that will allow you to do it. Let me know your Email address and I'll send it
Thanks in advance for any help provided.
VB 6 Enterprise Edition SP4
ADO, SQL 7/2000, ASP and some JavaScript

>> Life goes on, but for how long? <<
If you can smile when things go wrong, you have someone in mind to blame
-
Aug 4th, 2000, 08:41 AM
#3
Yes, but I believe you would need an OCX control. Try downloading Gif89. It seems to be a rather popular one. You can find many of them by seaching a VB site such as http://www.planet-source-code.com. Here is a few to get you started.
http://www.planet-source-code.com/vb...txtCodeId=6762
http://www.planet-source-code.com/vb...txtCodeId=4086
-
Aug 4th, 2000, 12:33 PM
#4
You could also place the Webbrowser (ShDocVw.Dll) Control on your form and navigate to the animated gif.
Code:
Webbrowser1.Navigate "C:\anigifs\anigif.gif"
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
|