Wolfshare Posted October 28, 2013 Posted October 28, 2013 (edited) Hey, just wondering, how to make autoit click on Strong without using mouseclick? using Run("control.exe ncpa.cpl") to open network connections. Edited October 28, 2013 by Wolfshare
Solution Gianni Posted October 28, 2013 Solution Posted October 28, 2013 (edited) try this: Run("control.exe ncpa.cpl") WinWaitActive("Network Connections") Send("Strong{enter}") edit: or use Send("Strong") without {enter} if you only want select it Edited October 28, 2013 by PincoPanco Chimp small minds discuss people average minds discuss events great minds discuss ideas.... and use AutoIt....
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