Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

2
votes
1answer
75 views

WM_NCLBUTTONUP required from the window frame does not fire. What is the easiest Delphi fix please?

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 ...