I have an image control on a form. The form loads with
the image control at a certain postion. I want the image
control to stay at the same postion even if the form is
resized. I tried using the ratio of the form's height to
the image control's top property to change the image
control's top property each time the form is resized, but
the top property will not change. Does anyone have any ideas or suggestions of how to dynamically set the top property for any control so that it will have the same relative postion when the form is resized?
the image control at a certain postion. I want the image
control to stay at the same postion even if the form is
resized. I tried using the ratio of the form's height to
the image control's top property to change the image
control's top property each time the form is resized, but
the top property will not change. Does anyone have any ideas or suggestions of how to dynamically set the top property for any control so that it will have the same relative postion when the form is resized?