Is there a way to fire an event when Resize (with mouse) is completed? The resize event fires continually — I just want to detect when the user releases the mouse when s/he is finished resizing the form. Tried setting a module-level variable and using the MouseUp event, but I could not get the MouseUp event to fire at all! Must be overlooking something…
Thanks.