SPY in C#

  • Thread starter Thread starter Mike Peretz
  • Start date Start date
M

Mike Peretz

Is it possible to code a program like Spy in C# so I can get messages of
other windows. After my research it seems that setting up a hook to another
process requires a win32 DLL, so I am not sure how to do it with C#.... Any
ideas?
 
Mike,
process requires a win32 DLL, so I am not sure how to do it with C#.... Any
ideas?

The short answer is that you don't. Use some unmanaged language such
as C instead.



Mattias
 
Back
Top