|
| ||||||||||||
|
This method saves an animated GIF file's frame to a static GIF file.
Syntax PlayGif1.SaveFrameToGif ( index As Long, strGifName As String) As Boolean Parameters
Return Value The return values for this sub are:
Example
Private Sub Command1_Click()
PlayGif1.Close
PlayGif1.LoadGif "c:\test.gif"
Dim i As Long
For i = 0 To PlayGif1.GetFrameCount - 1
PlayGif1.SaveFrameToGif i, "c:\test_" & i & ".gif"
Next
End Sub
Back to Animated Gif Banner Maker Back to Animated Gif OCX Control | ||||||||||||
| Copyright ? 2002-2003, banner-maker.net, All Rights Reserved. |