B
Bill
I've tried to set the image height of an
image control in the OnOpen code:
Me.ctlImage.Height = 1.193 * Me.ctlImage.Width
such that it will conform to the aspect
ratio of images to be displayed.
The assignment statement didn't have any
affect. With a debug stop after the statement,
neither the height or width show any value.
What do I need to do here to set the Height
property of the image control?
Thanks,
Bill
image control in the OnOpen code:
Me.ctlImage.Height = 1.193 * Me.ctlImage.Width
such that it will conform to the aspect
ratio of images to be displayed.
The assignment statement didn't have any
affect. With a debug stop after the statement,
neither the height or width show any value.
What do I need to do here to set the Height
property of the image control?
Thanks,
Bill