Ignore: "The window is disabled. The action cannot be executed."
Hello @all, my script sometimes waiting al longtime till a process is done and a new interaction is again possible. In this "idle"-time the script fires some Keys() to check the programs staus....
I usually use the "Enabled" property on controls/windows to wait for them to become enabled again. Is this possible in your case, rather than using Keys to check the progress?