quote:
Originally posted by ryxdp
Anyway, I was thinking about using RegisterMessageNotification, which would hook the WM_CLOSE message into the created window. Would this be plausible in any way?
Same problem, you would need to hard code the Window ID since the format is:
On
WindowidEvent_MessageNotification(
[object] PlusWnd,
[number] Message,
[number] wParam,
[number] lParam
);