I need an event to fire when the use stops changing the size of a window, i.e by releasing the mouse on the frame. I’ve tried WM_NCLBUTTONUP but this does not fire – I presume because there are lots of complaints about it not working. Has anyone got an example of how I can work around this please? I simply need to know when a resize has ended. Thanks
Share
Listen for
WM_EXITSIZEMOVE.