compress image and save to hardrive using vba
Hi all,
I am trying to save a compressed copy(almost like a thumbnail) of a picture in a microsoft 2.0 form image control to my hardrive. I have searched the internet and I think that I could do this with the stretchblt API function from the gdi32.dll.
The problem is I can't find any implementation of this code anywhere on the internet or any of my books and even though I know a little on accessing API functions from vba I am not experienced enough to make this work.
I just thought some genius in this forum might be able to help me out :D.
Thanks.
|