Hej,
I worte a script to open an application and to press a button. <-- no problem, it works fine.
When I run my compiled autoit script as a service, it runs the application, but only in the background, the window of the application pops not up like before running manuelly(why???). Normally no problem but it doesnt press the button. I tried it with the controlclick command and with controlsend (in addition with Opt(WinDetectHiddenText, 1) ), I dont know what I could do.
It will be great if somebody knows the solution(probably it is very easy)! Thank you.