Jump to content

Recommended Posts

Posted (edited)

Hey, just wondering, how to make autoit click on Strong without using mouseclick? 

using 

Run("control.exe ncpa.cpl")

to open network connections.

post-59586-0-66263500-1382983734_thumb.p

Edited by Wolfshare
  • Solution
Posted (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 by PincoPanco

 

image.jpeg.9f1a974c98e9f77d824b358729b089b0.jpeg Chimp

small minds discuss people average minds discuss events great minds discuss ideas.... and use AutoIt....

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...