hmsSurprise Posted April 18, 2007 Posted April 18, 2007 I am working with MyODBC and have navigated to the 2nd tab and the Add... button which brings up another window. In this new window there is a list with a className of SysListView321. Are any of you familiar with this type control? It appears to be a listbox of some type with a vertical scroll. I need to maneuver to near the bottom of the list. Sending('{DOWN}' moves down thru the list but I want to verify my position by reading the item name. However ControlGetText always returns List1, GUICtrlListGetText returns '', and ControlListView returns zeros. Any suggestions? Thanks, jh
Zedna Posted April 18, 2007 Posted April 18, 2007 For this type of control (SysListView321.) use one of these two options:1) ControlListView()2) functions for ListView from Auto3Lib (A3LListView.au3)If ControlListView() don't work you have probably some error in your script, so post your code. Resources UDF ResourcesEx UDF AutoIt Forum Search
hmsSurprise Posted April 18, 2007 Author Posted April 18, 2007 For this type of control (SysListView321.) use one of these two options:1) ControlListView()2) functions for ListView from Auto3Lib (A3LListView.au3)If ControlListView() don't work you have probably some error in your script, so post your code.Just downloaded Auto3Lib. Will give that a try 1st.Thanks,jh
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