-
Loading Bad JPGs
If I try to load a partial/corrupted JPG using LoadPicture, VB 6(Win 2000) either hangs or crashes. Any way to check before I load it? I tried error-trapping, but it still fails. I know the image is corrupted because I try to open it in PhotoShop and it gives me a warning. Internet Explorer will open partial or corrupted images with no problems.
-
If web browsers can load them, why not using the Web Browser control instead of a picture box? ;)
-
Interesting Idea...
Hmm...I'll have to look into that. Thanks for the tip.
-