Best way to save and load JPEGs? [RESOLVED]
I've been working on software to stealthly monitor a PC from a remote location, for parents, bosses, etc.... anyway, as far as screen shots go, working with transferring 2+ MB files for one shot over a network is NOT fun heh. What's the best and easiest way to save/load JPEG files in VB?? Thanks!!
-Mike
Re: Best way to save and load JPEGs?
I remember there is a good example at www.pscode.com/vb to create jpg files in VB withou dependancies. Try searching for it :)
Re: Best way to save and load JPEGs?
Try this DLL, Cant remember where i got it from but it works a treat.
Only problem is you must save the BMP then the DLL converts BMP to Jpeg.
Hope it helps
Re: Best way to save and load JPEGs?
Thanks!!! that DLL works great, and the JPEG is transferring over the network no problems! you guys are fast