bazinguuh Posted June 20, 2013 Posted June 20, 2013 (edited) Hi, There are a combo box which displays the file name and file type of a file. When I try to display the text of the combobox, it only returns the file name. I just figured out, using Window Info Tool , than the only visible text is the file name and the file type is neither visible nor hidden. Please help. Thanks WinWaitActive("Properties") Sleep(500) $select = ControlGetText("Properties", "", "[CLASS:ComboBox; INSTANCE:1]") MsgBox(0, "", $select) Edited June 20, 2013 by bazinguuh
Mat Posted June 20, 2013 Posted June 20, 2013 Link to duplicate on StackOverflow: http://stackoverflow.com/questions/17207021/autoit-controlgettext-doesnt-get-the-whole-text AutoIt Project Listing
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