|
| ||||||||||||
|
This method changes a frame's play time of an animated GIF when play.
Syntax PlayGif1.SetFrameInterval ( index As Long, interval As Long) 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.SetFrameInterval i, 50
Next
PlayGif1.Play
End Sub
Back to Animated Gif Banner Maker Back to Animated Gif OCX Control | ||||||||||||
| Copyright ? 2002-2003, banner-maker.net, All Rights Reserved. |