Aldrinn Posted February 19, 2010 Posted February 19, 2010 Hi all, I like to get some help to uncheck the box. http://img517.imageshack.us/img517/7057/naamlooslx.png I can't find anywhere the script to do that. Can someone help me please? Great, Aldrinn
notsure Posted February 19, 2010 Posted February 19, 2010 Ik kan het niet testen omdat ik geen Norton heb, maar probeer dit eens; local $wTITLE = "Adobe Shockwave Player wordt" local $wTEXT = "Inclusief Norton Security Scan" WinActivate($wTITLE, $wTEXT) WinWaitActive($wTITLE, $wTEXT) ControlClick($wTITLE, $wTEXT, '[CLASS:Button; INSTANCE:1]')
Aldrinn Posted February 19, 2010 Author Posted February 19, 2010 (edited) Ik kan het niet testen omdat ik geen Norton heb, maar probeer dit eens; local $wTITLE = "Adobe Shockwave Player wordt" local $wTEXT = "Inclusief Norton Security Scan" WinActivate($wTITLE, $wTEXT) WinWaitActive($wTITLE, $wTEXT) ControlClick($wTITLE, $wTEXT, '[CLASS:Button; INSTANCE:1]') He is given a warning now. This is my script: local $wTITLE = "Adobe Shockwave Player wordt" local $wTEXT = "Inclusief Norton Security Scan" WinActivate($wTITLE, $wTEXT) WinWaitActive($wTITLE, $wTEXT) ControlClick($wTITLE, $wTEXT, '[CLASS:Button; INSTANCE:1]') WinWait ( "Adobe Shockwave Player-installatie", "Adobe Systems, Inc." ) ControlClick ( "Adobe Shockwave Player-installatie", "Adobe Systems, Inc.", "&Afsluiten" ) This is the warning: naamloos2.bmp Aldrinn Edited February 19, 2010 by Aldrinn
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