Hi, is it possible to play an animated gif on a form
thanks in advance
MICK
Printable View
Hi, is it possible to play an animated gif on a form
thanks in advance
MICK
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
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
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"