Click to See Complete Forum and Search --> : Window sizing


Jerome
May 20th, 1999, 03:15 PM
i want to detect when a user has *finished* resizing a window - WM_SIZE occurs for every move - not what i need - since im not getting WM_NCLBUTTONUP in a sizeable dialog, does anyone know how to detect this ? Thanks!

Hurol Aslan
May 21st, 1999, 12:00 PM
Hello,

If this is about a view class with a frame window enveloping it,
you may try overriding the RecalcLayout() method of the frame window class.
I think that one is called when the sizing ends.

Paul McKenzie
May 21st, 1999, 02:48 PM
This doesn't necessarily answer your question, but I would like to point out that if the window has a system menu, it can be resized without the mouse. WM_NCLBUTTONUP would not have worked for those cases.

Regards,

Paul McKenzie