Jump to content

how can i use ControlListView....


xcxooxl
 Share

Recommended Posts

how can i use ControlListView to select somthing not by from - to

i want it to select it by text how can i do that?

It depends on what you mean by "select". If you want to select the item as if a user had clicked on the item with the mouse, you can use the ListView module in Auto3Lib. It allows you to search for an item by it's text with _ListView_FindInText (which does partial string searches too) and you can click on the item using _ListView_ClickItem.
Auto3Lib: A library of over 1200 functions for AutoIt
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...