Jump to content

SystemListView


varsha
 Share

Recommended Posts

I want to click on pariticular Item from listview , For this i am using below mention code i.e first select item from list & then click on it, But it is not working. Please advice.

oAutoIt.ControlListView winname, "", "SysListView321", "Select", task, task

oAutoIt.ControlSend winname, "", "SysListView321", task

oAutoIt.controlfocus winname, "SysListView321", task

oAutoIt.ControlClick winname, "", "SysListView321"

Link to comment
Share on other sites

You are in wrong forum.

You are using AutoItX.

As Far as I know in AutoItX it can't be done (this way).

In pure AutoIt it could be done by _GUICtrlListView_ClickItem()

I think oAutoIt.ControlClick() clicks at left top corner of control - here whole ListView.

Thank You for reply,

Sorry, But i am not getting your point i.e here whole listview

Because as per query

i have select that task(listview item) first & then i want to click on that task.

& i have also raised same query in General Support forum. If this is wrong then pls suggest me which forum ?

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