xcxooxl Posted January 19, 2007 Posted January 19, 2007 (edited) 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? Edited January 19, 2007 by xcxooxl
Helge Posted January 19, 2007 Posted January 19, 2007 Maybe some patience and clarity, weird-spelled nick ?
xcxooxl Posted January 19, 2007 Author Posted January 19, 2007 what? if you are talking on my nick its x c x o o x l c o o l
PaulIA Posted January 19, 2007 Posted January 19, 2007 how can i use ControlListView to select somthing not by from - toi 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
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now