is there a way to 'Shrink" an image to fit a predifined image handler
box?
In the image control's "Size Mode" property you can select between
Clip, Stretch and Zoom. Clip will trim the image to fit the control;
stretch will make the image fit the control completely, but may distort
it in the process; zoom will make the image as large as it can be and
still fit the control, but may leave some blank space in the process.
Personally, I like Zoom, as it does not distort anything and shows the
entire image.
hth- Betsy