Is it possible to control or redirect the WM_NCCalcSize and WM_NCHitTest events of a form from within a procedure of a custom component?
I have already been able to redirect the Paint and Resize events of the form but now I need to handle the WM_NCCalcSize and WM_NCHitTest events from procedures of a custom component.
These procedures control the size of the Caption bar on the form or simply hide it.