08-08-2013, 11:06 PM
Is it possible to have a compiled EXE run in the background that wait's for a specific mouse or keyboard command.
The compiled EXE must run on another PC with no QM installed.
For example I want to run an exe that waits for a 'middle mouse click' or '[CTRL]+[ALT]+F10' , if one of those actions is detected then a messageBox will appear with the message "Action detected".
I looked in the helpfile, using the terms: "thread" , "exe" , "background" , ...
And I looked here:
Non-Transparent background in exe for SysAnimate32
Background processing : a definitive clarification
Another question:
Is this the correct way to use multiple, 'addfiles' , or is there better syntax? (a better/propper way).
I got it to work in the below specified way, but I am almost sure this is the wrong approach.
Macro Macro10
The compiled EXE must run on another PC with no QM installed.
For example I want to run an exe that waits for a 'middle mouse click' or '[CTRL]+[ALT]+F10' , if one of those actions is detected then a messageBox will appear with the message "Action detected".
I looked in the helpfile, using the terms: "thread" , "exe" , "background" , ...
And I looked here:
Non-Transparent background in exe for SysAnimate32
Background processing : a definitive clarification
Another question:
Is this the correct way to use multiple, 'addfiles' , or is there better syntax? (a better/propper way).
I got it to work in the below specified way, but I am almost sure this is the wrong approach.
Macro Macro10