dazza Posted July 18, 2008 Posted July 18, 2008 The Application under test (AUT) uses MaestroListBoxes. When I use: ControlCommand nothing is returned. So I tried ControlClick/MouseClick highlighting the first entry in the listbox, then CTRL C, ClipGet() but this just returned gobble-de-gook. Is there another method to extract out each entry in this elusive MaestroListBox3? Many thanks muttley
Zedna Posted July 18, 2008 Posted July 18, 2008 Try this: #Include <GuiListBox.au3> _GUICtrlListBox_GetText($hWnd, $iIndex) To get hWnd use ControlGetHandle() 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