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.
Printable View
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.
You cannot save in JPEG format without a 3rd party control, however, if you have VB4, 5 or 6, you can still view them.
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.