Search the Community
Showing results for tags 'hook'.
-
@Jos Is it possible that #Au3Stripper_Ignore_Funcs and #Au3Stripper_Ignore_Variables are currently broken (in the beta)? Asking because I can not strip my script at all when using MouseOnEvent.au3 which includes those ignore directives.
-
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...
-
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 someo...
-