I currently size on WM_SIZE, but I think I read somewhere on this forum that WM_EXITSIZEMOVE was the best place to size controls. It would seem since this only fires once per size, it would substantially reduce flicker, and speed things up.
I notice this only fires once each time you size a window, no matter how long you have hold of the non-client area for sizing or how far you move it.
It does not fire when maximizing or restoring though. Is there any other situations where WM_EXITSIZEMOVE doesn't fire that WM_SIZE does?
I notice this only fires once each time you size a window, no matter how long you have hold of the non-client area for sizing or how far you move it.
It does not fire when maximizing or restoring though. Is there any other situations where WM_EXITSIZEMOVE doesn't fire that WM_SIZE does?
Comment