G
Guest
Hi,
I need to write a functionality to catch all Windows Messages from any
Window (like spy++ does). I thought that would be possible by subclassing the
window.
So I wrote a class that inherts from NativeWindow, Assigned a Handle from
another window and overrode the WndProc method.
BUT, I never catch any message EXCEPT if I assign the handle of my own
application's window...
Has anyone done something like this before?
I'm stuck at the moment....
Regards Alexander
I need to write a functionality to catch all Windows Messages from any
Window (like spy++ does). I thought that would be possible by subclassing the
window.
So I wrote a class that inherts from NativeWindow, Assigned a Handle from
another window and overrode the WndProc method.
BUT, I never catch any message EXCEPT if I assign the handle of my own
application's window...
Has anyone done something like this before?
I'm stuck at the moment....
Regards Alexander