Results 1 to 5 of 5

Thread: looking for free animated gif control

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Jul 1999
    Location
    Phoenix
    Posts
    87

    Wink

    can anyone recommend one? i haven't found any that are free =) and before someone tells me to make my own.. i dont know how to make controls yet

  2. #2

  3. #3
    Lively Member
    Join Date
    Mar 2000
    Location
    Fort Lauderdale, FL USA
    Posts
    112
    Just add the WebBrowser control to a frame and size the frame to fit your gif. Place the gif in the same directory as your app. Then add the following code to your Form Load Sub:


    Dim filName As String
    filName = App.Path
    If Right$(filName, 1) <> "\" Then filName = filName & "\"
    filName = filName & "your.gif"

    WebBrowser1.Navigate filName

    Damonous

  4. #4
    Addicted Member
    Join Date
    May 2000
    Location
    Westminster, Md.
    Posts
    163

    Controls

    I'd rather know how it works, myself. That way I could build one on my own.


    Eiredrake

  5. #5
    Guest
    Go to http://www.planet-source-code.com and search for "Animated Gif."

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