Is there any way to spot a move of the form? An event or something.
If I can use move() to move it. It seems like it would be obvious that an event would catch it.
Printable View
Is there any way to spot a move of the form? An event or something.
If I can use move() to move it. It seems like it would be obvious that an event would catch it.
Try Resize event
or
paint event
I know that resize-event doesn't catch it.
Any paint event haven't I tried.