How to create thumbnails?
To create thumbnails simply load the original image, resize it to fit in a predefined space(here 320×200) without loosing the proportion and save it back to disk. \’Load the image … \’Resize ie.AlignImage 0, 0, 320, 200, ie.Width, ie.Height, _ True, thbPosCC, thbStretchBoth, _ lngLeft, lngTop, lngWidth, lngHeight ie.Resize lngWidth, lngHeight, False \’Save the image …