SPY in C#

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?
 
M

Mattias Sjögren

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top