dazza Posted July 7, 2008 Posted July 7, 2008 Firstly, I can never find the coding help files. These I use: http://www.autoitscript.com/autoit3/docs/ but is doesn't seem to cover everything,Anyway; I would apprecuiate knowing how to:1) Grab all entries from a listbox (one in an app, not one I've created using GUICtrlCreate)2) Checking if a button is pressed/in focus. NB There are many pressed/focused buttons on the form I am testing.Thank you people
Zedna Posted July 7, 2008 Posted July 7, 2008 Start with ControlCommand(). If it's listview then use ControlListView(). Also look at UDFs for ListBox/ListView/... Resources UDF ResourcesEx UDF AutoIt Forum Search
dazza Posted July 7, 2008 Author Posted July 7, 2008 I am having no joy with ControlListView. The listbox in the application is called "MaestroListbox3". I (simply) need to grab each item from this and put into my own listview. And I am failing miserably... Any takers... muttley
Zedna Posted July 7, 2008 Posted July 7, 2008 Look at _GUICtrlListBox_GetCount() _GUICtrlListBox_GetText() from #include <GUIListBox.au3> Resources UDF ResourcesEx UDF AutoIt Forum Search
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