Hi,
Trying to get the the height and width of Picture (file) showed in an Image Control on a Form (file path & -name in a textfield in db).
The problem is that .ImageHeight and .ImageWidth always return zero.
Tested .jpg; .gif ; .bmp images but always get zero for these two properties.
The form is a show only one record.
Using Access 2013.
Ex:
Private Sub btnTest_Click()
msgbox MyOnlyImageControlOnThisForm.ImageHeight
end sub
What did I miss, please?
Thanks!
Best Regards
Jan