|
| ||||||||||||
|
This method saves an animated GIF file's frame to a bmp file.
Syntax PlayGif1.SaveBmpFile ( index As Long, bmpFileName 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.SaveBmpFile i, "c:\test_" & i & ".bmp"
Next
End Sub
Back to Animated Gif Banner Maker Back to Animated Gif OCX Control | ||||||||||||
| Copyright ? 2002-2003, banner-maker.net, All Rights Reserved. |