Results 1 to 24 of 24

Thread: GIF89a.dll - Used to Display a GIF

Threaded View

  1. #1

    Thread Starter
    INXSIVE Bruce Fox's Avatar
    Join Date
    Sep 2001
    Location
    Melbourne, Australia
    Posts
    7,429

    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:
    1. Private Sub Form_Load()
    2.     Gif89a1.FileName = App.Path & "\Jerboa.gif"
    3. End Sub

    Credit to Mc Brain for the direction
    Attached Files Attached Files
    Last edited by Bruce Fox; Mar 25th, 2002 at 10:15 PM.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width