Hello.
I need to create an application that will subclass a control on a window within a third-party application. I tried the SetWindowLong function, using the GWL_WNDPROC flag, but then discovered the following note in the documentation:
"The SetWindowLong function fails if the window specified by the hWnd parameter does not belong to the same process as the calling thread."
Is it possible to do what I want to do?
Thanks.
I need to create an application that will subclass a control on a window within a third-party application. I tried the SetWindowLong function, using the GWL_WNDPROC flag, but then discovered the following note in the documentation:
"The SetWindowLong function fails if the window specified by the hWnd parameter does not belong to the same process as the calling thread."
Is it possible to do what I want to do?
Thanks.