Results 1 to 11 of 11

Thread: GIF ANIMATION

  1. #1

    Thread Starter
    New Member
    Join Date
    Sep 1999
    Location
    Pembroke Pines, FL, USA
    Posts
    9

    Post

    i was also wondering if anyone knew how to get GIFs to animate on your form. i dont feel like buying a $45 active x control and was wondering if anyone knew if there was another way. thanks. email me at [email protected]

  2. #2
    Junior Member
    Join Date
    Sep 1999
    Posts
    19

    Post

    You can use the webbrowser control but it is limited.



    ------------------
    LM Ginn

  3. #3

    Thread Starter
    New Member
    Join Date
    Sep 1999
    Location
    Pembroke Pines, FL, USA
    Posts
    9

    Post

    thanks for replying. thanks for adding me steve

    ------------------
    --------------
    Sergio Pieiga
    [email protected]

  4. #4
    Frenzied Member
    Join Date
    Jul 1999
    Posts
    1,800

    Post

    Don't Worry, I'm Making An ActiveX Control That Does That Now, I've Been Working On It For A While. I have a list of people to send it to, I'll add you to it.

    Steve

  5. #5
    Guest

    Post

    Please include me within your mailing list. Thank you.

  6. #6
    New Member
    Join Date
    May 1999
    Location
    England
    Posts
    12

    Post

    can you put me on your mailing list

    [email protected]

    thanks

  7. #7
    Guru Aaron Young's Avatar
    Join Date
    Jun 1999
    Location
    Red Wing, MN, USA
    Posts
    2,177

    Post

    There is a way to make an animated GIF appear on your Form without it looking like you're using the WebBrowser Control, but of course, you do...

    Place a WebBrowser Control Within a Picturebox Control..

    Code:
    Private Sub Command1_Click()
        On Error GoTo Load_Cancel
        With CommonDialog1
            .CancelError = True
            .DialogTitle = "Open an Animated GIF"
            .Filter = "GIFS (*.GIF)|*.GIF"
            .ShowOpen
            WebBrowser1.Navigate .FileName
            WebBrowser1.Move ScaleX(-12, vbPixels, vbTwips), ScaleY(-19, vbPixels, vbTwips), Width, Height
            Picture1 = LoadPicture(.FileName)
            Picture1.AutoSize = True
        End With
    Load_Cancel:
    End Sub

    ------------------
    Aaron Young
    Analyst Programmer
    [email protected]
    [email protected]


    [This message has been edited by Aaron Young (edited 09-23-1999).]

  8. #8
    New Member
    Join Date
    Jan 2000
    Location
    scottsdale az us
    Posts
    2

    Post

    Please add me to the list. I have a control from Gevorg Ter-Saakov. It is single threaded and does not work all the time.

  9. #9
    New Member
    Join Date
    Jan 2000
    Location
    Belgium
    Posts
    8

    Post

    Please include me within your mailing list.
    Thank you.

    [email protected]

  10. #10
    Addicted Member
    Join Date
    Apr 1999
    Location
    Freeport
    Posts
    204
    Add me please [email protected]

  11. #11
    New Member
    Join Date
    Jan 2000
    Location
    mount clemens, mi, us
    Posts
    12

    add me to the list too please.
    thanks

    [email protected]

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