Tracking Global keystrokes and messages with C#
Hi,
I need to create an app in .NET (C#) which monitors and interacts with
another app. (non .NET) To simulate mouse events and respond to it's messages.
It's kind of like a bot. Just in a windows XP machine.
I know it can be done using C++ (using global hooks)
But, can it be done only in C# (using P/Invoke or any other method?)
Any help is appreciated.
Thanks.
.
Relevant Pages
- Re: Terminating an external application (.exe)?
... I have an application that run's 3 other applications and monitors them ... If your monitor also starts the application it monitors you already have the ... You did not tell use whether the monitored applications have windows or not. ... this is a 3rd-party app. ... (borland.public.delphi.language.objectpascal) - app to monitor time editing office documents
... Trying to write a time tracking app with the following behavior: ... Lives in system tray (have seen all posts saying how to do this) ... Monitors document open and close events, ... (microsoft.public.vb.general.discussion) - Re: app to monitor time editing office documents
... > Trying to write a time tracking app with the following behavior: ... Lives in system tray (have seen all posts saying how to do this) ... Monitors document open and close events, ... (microsoft.public.vb.general.discussion) - Re: For loop failing on dell 800
... setup with dual monitors - 3 other single-monitor Dells don't error ... the app works fine on single monitor Dells. ... I'm sure the problem is not being caused by the code for loop since ... >> Does anyone know what might be different in these machines that would ... (alt.comp.lang.borland-delphi) - Re: how does Photoshop know the physical units when it shows image?
... no one of these have a real world inch ruler!!! ... IF an app uses a "measure the screen" approach as I described earlier, ... (microsoft.public.win32.programmer.gdi) |
|