Results 1 to 3 of 3

Thread: JPG viewing and editing

  1. #1

    Thread Starter
    New Member
    Join Date
    Aug 2000
    Location
    RI
    Posts
    1

    Exclamation

    I am trying to make a graphics viewer and I do not have a clue how to get the jpg file format to work with VB. If any one could help me with this it would be appretiated greatly.

  2. #2
    Guest
    You cannot save in JPEG format without a 3rd party control, however, if you have VB4, 5 or 6, you can still view them.

  3. #3
    Monday Morning Lunatic parksie's Avatar
    Join Date
    Mar 2000
    Location
    Mashin' on the motorway
    Posts
    8,169
    Yep. Just pass it as a parameter to the LoadPicture function in the same way as a BMP file, and VB will do the rest. I've used Intel's C++ JPEG library, so I could knock up an ActiveX control to save JPEGs for you, if you need.
    I refuse to tie my hands behind my back and hear somebody say "Bend Over, Boy, Because You Have It Coming To You".
    -- Linus Torvalds

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