Hi,

I need to hook into a specific window.
I tried to use SetWindowLong in order to change the window proc to my own callback function,
but then I found out it only works if i use it on windows in my app.

I need an explanation about global hooks.

Any suggestions?