Jump to content

Recommended Posts

Posted

Hi.

Can I read the state of a checkbox in a window?

I tried the GUICtrlRead (controlID), but it's not working.

my requirement is :

I need to read the state of a checkbox in 'Properties' window of file/folder.

It is mentioned in the help of autoit that 'ControlID' of GUICtrlRead () is the one returned by GUICtrlCreate..().

Does this mean GUICtrlRead () works only with the controls created using autoit script?

Thanks,

Ranjit

Posted

Does this mean GUICtrlRead () works only with the controls created using autoit script?

Thanks,

Ranjit

<{POST_SNAPBACK}>

Yes GUI... works with GUI... not with Win... or Control... .

Reverse can work but I will not suggest except when the Functionality is not available in GUI...

See Gafrost suggestion for others

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