Search the Community
Showing results for tags 'Hook'.
-
This UDF allows to set an events handler for Mouse device. The beginning... I searched for a way to disable the Mouse Primary click, and be able to call some function when the click event is received... Big thanks to amel27 for this one, i only organized the whole stuff to UDF style. Example: #include <GUIConstantsEx.au3> #include "MouseOnEvent.au3" HotKeySet("{ESC}", "_Quit") _Example_Intro() _Example_Limit_Window() Func _Example_Intro() MsgBox(64, "Attention!", "Let's set event function
-
If I run a process using the run() statement and setting the proper STDIO redirection flags, I can access and manage the I/O streams of that process. Is there a way to hook to the same streams of a process that is already running? Thanks for any tip
-
Hello, how can I use Microsoft Detours with AutoIt ? What do I need to do to make me able to use all the advantages that Detours has, with Autoit ( so to be able to "re-route Win32 APIs underneath applications" as the Detour's description says )? This is the link to Microsoft Detours, in case someone doesn't knows what it is exactly : http://research.microsoft.com/en-us/projects/detours/ Im not very experieced with this, so thats why I posted this >.<
-