CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 4 of 4
  1. #1
    Join Date
    Mar 1999
    Posts
    3

    How can I display Animated Gifs?



    How can I display Animated Gifs in Visual C++ ????



  2. #2
    Join Date
    Mar 1999
    Posts
    13

    Re: How can I display Animated Gifs?



    One quick but very dirty way is to use the IE control and let it display the gif... :-)))


    The Fantastic-Bits Homepage

  3. #3
    Join Date
    Mar 1999
    Posts
    8

    Re: How can I display Animated Gifs?



    The fastest way is to convert the animated GIFs to AVI files using some tool such as the shareware program GIF Movie Gear. Once it's an AVI, you can import it into your RC file (or just open it as a file), then issue a .Play(0,-1,-1) and you are all set.

  4. #4
    Join Date
    Aug 1999
    Location
    Germany, Munich
    Posts
    148

    Re: How can I display Animated Gifs?

    There is an ActiveX control available here at this site that can do this but remember that you have to pay license fees to Unisys if you use any sort of gifs in a commercial application.

    HTH, Jens


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