Results 1 to 21 of 21

Thread: VB GIF Animator

Threaded View

  1. #1

    Thread Starter
    Old Member moeur's Avatar
    Join Date
    Nov 2004
    Location
    Wait'n for Free Stuff
    Posts
    2,712

    VB GIF Animator

    Here is Version 2 of the GFI animator.
    The main changes are
    • Truly transparent
    • supports more GIFs
    • Can load gif from file or resource
    • based on a class that can be used separately from the control
    Here is how to use it
    Code:
    With ctlGIF1
        'hide border
        .BorderStyle = vbBSNone
        'make control size of picture
        .AutoSize = True
        'make transparent
        .BackStyle = ucTransparent
        'load gif from resource file
        .LoadGIF LoadResData(102, "CUSTOM")
        'Start the animation
        .Animate = True
    End With
    Try it out an let me know if there are GIFs it won't load or other bugs.
    I know of one bug, but I'm working on that.

    Here is the latest version which is down lower in this thread
    http://www.vbforums.com/attachment.p...chmentid=40429
    Attached Files Attached Files
    Last edited by si_the_geek; Apr 1st, 2011 at 11:02 AM. Reason: corrected issue with tags

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