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

    Developing an ACtXCtrl to display jpeg and animated gif images?

    Hello
    How can i develop an act X Ctrl to display jpeg images and animated images..
    Where can i find source code for jpg images..i got one for gifs..
    Could u suggest me the way which i'll follow to accomplish my task?

    Thanks in advance
    Lavanya


  2. #2
    Guest

    Re: Developing an ACtXCtrl to display jpeg and animated gif images?

    Check out www.smalleranimals.com, there you'll find the jpeg code you're looking for!

    /M


  3. #3
    Join Date
    May 1999
    Posts
    9

    Re: Developing an ACtXCtrl to display jpeg and animated gif images?

    I checked there in smalleranimals.com...
    That R/W jpeg alss --Chris losinger class only displays jpeg...but it is not creating an actXCtrl to display images....
    Is there any else?
    I want sample code for free of cost...
    Could u please suggest me in detail...

    Thankyou
    Vanya


  4. #4
    Join Date
    May 1999
    Posts
    3,332

    Re: Developing an ACtXCtrl to display jpeg and animated gif images?

    the PictureBox control that comes with VB 6 is capable of displaying jpgs and GIFs. You could create an ActiveX control in VB6 using that control.


  5. #5
    Join Date
    May 1999
    Location
    France
    Posts
    61

    Re: Developing an ACtXCtrl to display jpeg and animated gif images?

    Hello,

    I can help you by send you can on jpeg and gif, but i have a probleme, the gif was protected by a patend from a "Fu..ing" compagny so i can't send you the code because i code it for private.

    For jpeg i can send you a pack from jpeg.org : jpeglib6b or search it on the net you must found, it include source for a lot of compilator and a lot of platform and it include the makefile for MSDN and VC++.

    It's a free source.

    Chainard Arnaud
    At : [email protected]



  6. #6
    Join Date
    May 1999
    Posts
    9

    Re: Developing an ACtXCtrl to display jpeg and animated gif images?

    Hi sir...

    But i don't need that much code...
    I have already some code which display jpeg images...
    i want to develop an ActXCtrl for that...
    Some told me that it's simple ...
    and u must include ur .exe file of that prj in the actXCtrl..
    But i don't know how to...
    SO i need some sample which can jpeg images through actXCtrl..
    Could u kindly suggest me any...
    or send me that code which u have...
    Thanking u..
    Lavanya


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