7

Does anyone know a tool that can capture win32 messages that get sent to a particular process? I thought there was a tool from sysinternals for that but now I can't locate it. Anyone knows some?

Peter Krumins
  • 838
  • 1
  • 7
  • 24

3 Answers3

8

Spy++ comes with retail version of Visual Studio (Standard, Professional, Team)

See also: I want Spy++ but I don't have Visual Studio

Community
  • 1
  • 1
Mitch Wheat
  • 295,962
  • 43
  • 465
  • 541
8

Try WinSpy or Winspector

JimR
  • 15,513
  • 2
  • 20
  • 26
1

If you want to do it programmatically, you need to create a message hook

Daniel Santos
  • 1,451
  • 15
  • 38