How do I log messages sent to other processes?
I tried to SetWindowLong to my proc, but then i found out it only works if you're trying it on your own window.
I need some good hooks explanation.

Anyone?