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?
            Asked
            
        
        
            Active
            
        
            Viewed 7,291 times
        
    3 Answers
8
            
            
        Spy++ comes with retail version of Visual Studio (Standard, Professional, Team)
        Community
        
- 1
 - 1
 
        Mitch Wheat
        
- 295,962
 - 43
 - 465
 - 541
 
- 
                    1It now also comes with the "community" version which is free. – Rick Feb 27 '15 at 13:16
 
1
            
            
        If you want to do it programmatically, you need to create a message hook
        Daniel Santos
        
- 1,451
 - 15
 - 38