G
Guest
Hi,
Can someone please tell me how to capture the beginning of a window resize when a user resizes a window? I know that I get OnResize calls in my topmost form, but I want to be able to do some preprocessing prior to getting the first OnResize call. I've tried the OnClick and OnMouseDown methods of my topmost form, but neither of those seem to get called before a window resize. How can I know that a window resize is starting?
TIA,
Steve
Can someone please tell me how to capture the beginning of a window resize when a user resizes a window? I know that I get OnResize calls in my topmost form, but I want to be able to do some preprocessing prior to getting the first OnResize call. I've tried the OnClick and OnMouseDown methods of my topmost form, but neither of those seem to get called before a window resize. How can I know that a window resize is starting?
TIA,
Steve