CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3

Thread: Animated Gif

  1. #1
    Join Date
    Nov 1999
    Location
    France
    Posts
    29

    Animated Gif

    Hi everybody

    I want to put an animated GIf in my application but I don't succeed!
    The image doesn't move!
    I use the picture box control and the image control but that doesn't work!

    how can I do???

    Fzz


  2. #2
    Join Date
    May 1999
    Location
    Oxford UK
    Posts
    1,459

    Re: Animated Gif

    If you look on this site under 'controls', you'll see a link to a free Animated GIF control (no source though).



    Chris Eastwood

    CodeGuru - the website for developers
    http://codeguru.developer.com/vb

  3. #3
    Join Date
    Feb 2000
    Location
    Cork, Ireland
    Posts
    11

    Re: Animated Gif

    A crude method of displaying an animated gif is the use the WebBrowser control and navigate to the gif in the form_load procedure thus:

    WebBrowser1.Navigate "c:\xfr\Theanimated.gif"



    This will work and the WebBrowser control can be resizes to match the size of the gif

    This method is a bit like using a nuclear I.C.B.M to kill an ant.


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

Featured