1 Attachment(s)
GIF89a.dll - Used to Display a GIF
I thought I'd post this .dll as It took a little time to find.
I have successfully used it...
USE:
1. Unzip and copy the DLL into the Windows System Directory,
2. Register it using Start/Run: regsvr32 C:\Windows\System\Gif89.dll
3. Add the Component to ur project.
Done.
I have used it like this - it works ( I hope I have it right).. someone :)
VB Code:
Private Sub Form_Load()
Gif89a1.FileName = App.Path & "\Jerboa.gif"
End Sub
Credit to Mc Brain for the direction :D
Re: GIF89a.dll - Used to Display a GIF
Does anyone know how to use the speed or autosize properties in this superb dll ?
Re: GIF89a.dll - Used to Display a GIF
I used my snow avatar, and the snow falls for a split second only. What do I have to do to get it the snow to repeat? I couldn't get the speed property to work, either. Maybe as it is only a few frames.
Re: GIF89a.dll - Used to Display a GIF
Quote:
Originally Posted by David.Poundall
Does anyone know how to use the speed or autosize properties in this superb dll ?
Try this control:
http://pscode.com/vb/scripts/ShowCod...59884&lngWId=1
Re: GIF89a.dll - Used to Display a GIF
Superb link rm_3 thank you.
Re: GIF89a.dll - Used to Display a GIF
I am trying to buyild an OCX from the excellent code in the link that RM_03 gave vabove, but it keeps hitting me with
"No Public User Control"
Having not got into user controls at all yet, I havn't got a clue as to what is going off. Previously with OCX source I have just compiled and that was it. Can someone have a look with me and figure out what is missing?
TIA
Re: GIF89a.dll - Used to Display a GIF
Sorted - Class has to be set to GlobalMulituse.