Jump to content

Help with checking a box?


Recommended Posts

I'm trying to disable the checkbox "Key is provided to me automatically". I'm sure it is extremely simple for anyone familiar with Auto-it, but after trying for a bit, I haven't gotten any lines of script to work. I appreciate your help.

I've included information from Auto-It Window Info -- hopefully it will be enough. I should be able to do this with one line of code, right?

post-58655-12777420800493_thumb.gif

Link to comment
Share on other sites

And you tried ControlDisable()?

:mellow:

Edit: Hmm... maybe I took "disable" too literally, and KaFu got what you meant? Either way, it would have helped to post a short example of what you tried.

:P

Edited by PsaltyDS
Valuater's AutoIt 1-2-3, Class... Is now in Session!For those who want somebody to write the script for them: RentACoder"Any technology distinguishable from magic is insufficiently advanced." -- Geek's corollary to Clarke's law
Link to comment
Share on other sites

Try this:

ControlClick("Wireless network properties","","[CLASS:Button; INSTANCE:3]")

Edit: This might even be better...

ControlCommand("Wireless network properties", "", "[CLASS:Button; INSTANCE:3]", "UnCheck", "")
Edited by KaFu
Link to comment
Share on other sites

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
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...