Posts: 6073 Reputation: 57
39 / /
Joined: Oct 2003
RE: Detecting Window Resize
Detecting a window resize is not possible via the Messenger API. What you need to use is a Windows Message Hook, both the CallWndProc and GetMessage types, and look for window messages such as WM_SIZE.