3

I am looking for a program to view Windows messages

Can you help?

Charles Faiga
  • 11,665
  • 25
  • 102
  • 139

2 Answers2

5

Spy++ comes with Visual Studio.

John Saunders
  • 160,644
  • 26
  • 247
  • 397
2

I have found Winspector to be somewhat more stable than Spy++ especially while debugging a program while at the same time monitoring messages.

Karim
  • 18,347
  • 13
  • 61
  • 70
  • 1
    Unfortunately Winspector seems to have problems with Windows 7 :( On my system it lags and slows down the whole system, being unresponsive for longer periods of time. – Heinrich Ulbricht Mar 29 '10 at 21:44