views:

159

answers:

2

i am looking a tool for monitoring the windows messages fired by an external application in real-time.

some time ago i used winsight32 (tool that ships with Delphi), but is very memory expensive and freeze my laptop.

alt text

A: 

Does API Monitor do what you need?

Alternately, if you have Visual Studio installed (full, not express), there is a sample called Spy++ which might do what you want.

whybird
If I recall correctly Spy++ is also provided for free in the Platform SDK.
Matteo Italia
A: 

Winspector is probably what you want. Not only you can look at all the messages, but also at all windows flags.

Patrick