StephanNew Posted February 23, 2016 Posted February 23, 2016 There is a problem i cant solve on my own. Well, i ve written this script part: If WinExists("Application") then WinActivate("Application") ... ... Else MsgBox($MB_OK,"Attention", "openSiebelOrderScreen: Application not found!") _endAutoIT() ; ends the script at all EndIf This works well on all Windows 8 Computers, but one. There is one Laptop system, running Windows 8 as well, but i cant persuade this computer to get the Application-Window in front with the given script part. I have Opt("WinTitleMatchMode", 2) enabled and the Application Name is correct. Has somebody the same problem, or maybe a solution for it?
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now