Quote Originally Posted by Antithesus
I tried to use "scalewidth" and "scaleheight", but these numbers were far less than even my original width and height....
Original width = 6000, Scalewidth = 397
Actually, that's pretty close.
Most screens are set to 15 twips per pixel, so 6000/15 = 400
If your picturebox shows a boarder, that could account for the smaller size.
But I would have thought the diff would be an even number.