PDA

Click to See Complete Forum and Search --> : JPG viewing and editing


jogilthorp
Aug 11th, 2000, 08:23 AM
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.

Aug 11th, 2000, 08:51 AM
You cannot save in JPEG format without a 3rd party control, however, if you have VB4, 5 or 6, you can still view them.

parksie
Aug 11th, 2000, 06:39 PM
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.