dooshorama Posted May 10, 2007 Share Posted May 10, 2007 i'm attempting to automate a ListView32 control; not creating it.i searched the site and found old posts (in 2004) pointing out a series of "LV_xxx" for ControlCommand. it was being implemented in an unstable release of 3.0.as of 3.2.2 i do not see these commands in help.have these commands:- LV_GetItemCount- LV_GetSubItemCount- LV_GetText, index, subindex- LV_SelectAll- LV_SelectClear- LV_IsSelected, index- LV_Select, from index, [to index]- LV_Deselect, from index, [to index]- LV_GetSelected, [0 = single/first, 1 = multiple delimited by | ]been phased out or replaced by other commands or just not documented?thank you. Link to comment Share on other sites More sharing options...
dooshorama Posted May 10, 2007 Author Share Posted May 10, 2007 thanx larry. doing a [search] in autoit help on "listview" seems to show all GUIx functions and skip the Control command completely. Link to comment Share on other sites More sharing options...
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