slowATthought
Programmer
Quick question: How do you get the height or width of an image in a picture box? Width/Height/ScaleWidth/ScaleHeight won't work, because I need the height and width of the image, not the picture box object. I tried .image.height/.image.width and .picture.height/.picture.width, but they gave me the same value for every picture box, and it was way too big.
Thanks for any/all help.
Thanks for any/all help.