Jump to content

Recommended Posts

Posted (edited)

Hi, everyone. Thanks to you all, I am a newbie, but I've already benefited greatly from all the helpful posts on this site.

I am trying to do something that I think is simple, but I haven't been able to find a post on this site about it yet (it probably already exists, I just couldn't find it searching here or via Google).

How do I get the status of a checkbox from a built-in Windows wizard? I'm trying to see if the box is checked or not and uncheck it if it isn't. This will successfully toggle the checkbox:

ControlClick("Add Printer Wizard", "&Automatically detect and install my Plug and Play printer", "[CLASS:Button; INSTANCE:4]")

I don't know, however, how to check to see if the checkbox is checked or unchecked. I tried using ControlGetHandle and GUICtrlRead to no avail (perhaps GUICtrlRead will only work with a GUI that I've spawned).

Thanks for your help.

Edited by idealist

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...