Results 1 to 4 of 4

Thread: Animated Gif

  1. #1

    Thread Starter
    Member
    Join Date
    Feb 1999
    Posts
    34
    Hi, is it possible to play an animated gif on a form

    thanks in advance

    MICK

  2. #2
    Hyperactive Member parkes's Avatar
    Join Date
    Jan 1999
    Location
    Unitied Kingdom
    Posts
    303
    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

  3. #3
    Guest
    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

  4. #4
    Guest
    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
  •  



Click Here to Expand Forum to Full Width