Link to home
Start Free TrialLog in
Avatar of codeconqueror
codeconqueror

asked on

How to detect when a form has FINISHED resizing

I need to detect when a form finishes resizing.  I have some code that needs to execute, but executing during the Resize event causes a loss of the resizing mouse click.  I need to be able to detect when the resize is finished, then execute my code.  I have tried subclassing the WM_SIZING and WM_SIZE messages, but this tells me the same as the resize event.  Does anyone know how to do this?  Thanks.
ASKER CERTIFIED SOLUTION
Avatar of EDDYKT
EDDYKT
Flag of Canada image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of codeconqueror
codeconqueror

ASKER

That works perfectly!  Thanks EDDYKT!  Woo hoo.