PDA

Click to See Complete Forum and Search --> : animated gifs


gsc1ugs
May 31st, 2000, 12:02 AM
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..?

May 31st, 2000, 02:29 AM
Use the GIF89 tool. It's in http://www.planet-source-code.com

gsc1ugs
May 31st, 2000, 04:18 PM
Cheers