AcidCorps Posted January 18, 2008 Posted January 18, 2008 I'm working on a script that silently executes another application, I can't give an example as the source must stay private but what I need is a way to get the ListView from a non-IE form. I tried ControlGetText and it didn't return anything as I expected and ControlListView only sends to a ListView but I need a way to get all the checkboxs in the list view, I would simply manually copy them all except there are over 500 checkboxes and it is dynamic so it changes everytime the program runs. any help would be greatly appreciated
PsaltyDS Posted January 18, 2008 Posted January 18, 2008 I'm working on a script that silently executes another application, I can't give an example as the source must stay private but what I need is a way to get the ListView from a non-IE form.I tried ControlGetText and it didn't return anything as I expected and ControlListView only sends to a ListView but I need a way to get all the checkboxs in the list view, I would simply manually copy them all except there are over 500 checkboxes and it is dynamic so it changes everytime the program runs.any help would be greatly appreciatedLook in the help file for the _GuiCtrlListView_* functions. Valuater's AutoIt 1-2-3, Class... Is now in Session!For those who want somebody to write the script for them: RentACoder"Any technology distinguishable from magic is insufficiently advanced." -- Geek's corollary to Clarke's law
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