Jump to content

Recommended Posts

Posted

Please tell me. I can't select the each check box items in ListBox.

For example, Image is attached file.

I cannot get the Control ID of the check boxes using AutoIt windows Info.

I wrote the scripts as follows, but it cannot check in checkbox.

Only active the item.

$handle = ControlGetHandle ("Setup Wizard (Build 3.5.8999.0)", "", 402)

_GUICtrlListBox_ClickItem($handle, 2, "left", True)

Any good ideas?

post-64080-0-06705100-1302227487_thumb.j

Posted

Humm. It doesn't go well using both ControlListView and ControlCommand too.

For example:

ControlListView("Setup Wizard (Build 3.5.8999.0)","","ListBox1","SelectAll")

ControlCommand("Setup Wizard (Build 3.5.8999.0)","","ListBox1,","Check",5)

Is it problem not to read ID information using AutoIt windows Info?

It is difficult to master AutoIt.

Anyway thanks.

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
  • Recently Browsing   0 members

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