Capturing beginning of a window resize?

  • Thread starter Thread starter Guest
  • Start date Start date
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
 
I believe you should be able to use the LAyout event.

Andy Mortimer [MS]
Please do not send email directly to this alias. This alias is for
newsgroup purposes only

This posting is provided "AS IS" with no warranties, and confers no rights.
OR if you wish to include a script sample in your post please add "Use of
included script samples are subject to the terms specified at
http://www.microsoft.com/info/cpyright.htm"
 
Back
Top