I'm setting up the print layout for my program in Crystal Reports 9. I have 6 images that need to be of a fixed size on the page. I want the picture box to be set to the size and location. I want and the image loaded dynamicaly to scale to it. Isn't there just a switch somewhere to stretch image.

This is what i have now

Dim myPic As StdPicture
Dim mypath
mypath = Unit1Pic11.Value
Set myPic = LoadPicture("C:\Program Files\Denali" & mypath)
Set Picture1.FormattedPicture = myPic