I am trying to use subclassing for the first time.
I have created the 'demo' program from this page:
which hooks messages to the main form, and prints them to the debug window. I have replaced the Form1.Hwnd with the HWnd of another application (using the FindWindow API). Now I see no messages at all...
Can anyone tell me why this doesn't work...?
I have created the 'demo' program from this page:
which hooks messages to the main form, and prints them to the debug window. I have replaced the Form1.Hwnd with the HWnd of another application (using the FindWindow API). Now I see no messages at all...
Can anyone tell me why this doesn't work...?