bigred Posted June 6, 2006 Posted June 6, 2006 (edited) Whats wrong with this? Or is there still no support for TreeView? ControlListView("NOD32 2.5 Control Center", "", "SysTreeView321", "SelectAll") Running version v3.1.1 of AutoIt. Edited June 6, 2006 by bigred
GaryFrost Posted June 6, 2006 Posted June 6, 2006 Whats wrong with this? Or is there still no support for TreeView? ControlListView("NOD32 2.5 Control Center", "", "SysTreeView321", "SelectAll") ListView is not a TreeView might want to start here: http://www.autoitscript.com/forum/index.ph...ndpost&p=188225 SciTE for AutoItDirections for Submitting Standard UDFs Don't argue with an idiot; people watching may not be able to tell the difference.
bigred Posted June 6, 2006 Author Posted June 6, 2006 Oh I see. I thought that they were basically the same thing. So from what I read in that other thread, the short answer is no, they can't be interacted with? (Without DLL calls, which I think are way over my head.) All that I need to do is read the item list, and select each item one at a time. When each item is selected, it opens a separate window that has normal controls which I already know how to interact with. I guess I *could* use key sends to get the job done, but thats a faux pas.
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