Hi all,
Here is what I need.
I trying to write a application that will take over another application and intercept certain things that happens in it. The idea is to monitor the application and take actions when some stuff happens.
After some research I found that Detours 2.1 from Ms Research, will help me, but I am having a hard time finding how to user it and integrate it in my domain of programming which is .NET.
Does anyone have any idea how I can do this without having to dig c\c++ books.
Thanks all