Results 1 to 3 of 3

Thread: animated gifs

  1. #1

    Thread Starter
    Hyperactive Member
    Join Date
    Mar 2000
    Location
    Manchester
    Posts
    446

    Exclamation

    I know how to create an animated gif..
    Public Function AniGIF1stepGo()
    AniGIF1.Play
    End Function

    Public Function AniGIF1stepStop()
    AniGIF1.Stop
    End Function

    Private Sub Command1_Click()
    AniGIF1stepGo
    End Sub

    But how can i animate the gif while copying and modifying files is going on..?

  2. #2
    Guest
    Use the GIF89 tool. It's in http://www.planet-source-code.com

  3. #3

    Thread Starter
    Hyperactive Member
    Join Date
    Mar 2000
    Location
    Manchester
    Posts
    446

    Thumbs up gif89a1

    Cheers

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