12-22-2014, 09:07 AM
If using a window trigger to run the macro automatically when the window is created, usually this code can be used in the macro:
int hwnd=TriggerWindow
clo hwnd
Or look in floating toolbar -> Windows,controls -> Window/control actions -> Close.
If the program does not have windows:
ShutDownProcess "programName"
int hwnd=TriggerWindow
clo hwnd
Or look in floating toolbar -> Windows,controls -> Window/control actions -> Close.
If the program does not have windows:
ShutDownProcess "programName"
