views:

24

answers:

4

Couple of years ago i used some tool to monitor what event messages were being sent to a window. I can't remember the name right now. Can someone please tell me some tool with this functionality.

A: 

Spy from Visual Studio

Andrew
A: 

If it was Visual Studio you used, it was probably Spy++ you remember. Alternatives are WinSpy, and WinSight, that comes with Borland products (C++ and Delphi)

mdma
Borland stopped developing WinSight a long time ago. It is not shipped anymore.
Remy Lebeau - TeamB
+1  A: 

Spy++, that is typically packaged with VS.

Ofek Shilon
+1  A: 

If you are looking for a free alternative, give Winspector a try (Official website seems to be down at the moment)

Anders