I want to have my form load a different image size when the form is resized beyond a certain WindowHeight. The form's On Resize event seemed like the perfect place for the code, but it seems that this event fires off constantly or at least several times when the form is resized and it really fouls things up. There is a ResizeEnd event in VB but this doesn't work in VBA apparently.
Does anyone have any suggestions on how I might go about firing an event when a user finishes resizing the form window?
Many thanks.
Does anyone have any suggestions on how I might go about firing an event when a user finishes resizing the form window?
Many thanks.