this is probably beyond dumb but I'll ask anyway...
is it possible for vb to create and display in an image control a thumbnail of an existing image.
Printable View
this is probably beyond dumb but I'll ask anyway...
is it possible for vb to create and display in an image control a thumbnail of an existing image.
Bang! Bang! for asking a stupid question. Just joking!
Yes, I have to leave for a while but research on the following functions.
SavePicture
BitBlt API
Icon Extract API - I don't remember the exact name
Email to Sam Finch. He is the god of API.
Another method is the PaintPicture. Or you can always load the image in an ImageBox with the Stretch property set to true, then shrink it.