MasterX Posted February 2, 2010 Posted February 2, 2010 I want to see the text of a control. But Au3Info didn´t show any text for the control so ControlGetText won´t work. Au3Info shows the text in its visible text section but when i use WinGetText it returns nothing. it doesnt work with AutoItSetOption("WinDetectHiddenText", 1) , either. So when Au3Info is able to see the text .. i would like to know how. Thanks for any help
lordicast Posted February 2, 2010 Posted February 2, 2010 Its always nice to show a example. Its kind of wierd somtimes I have to use WinGetHandle. $WinHandle = WinGetHandle('My Window') $text = WinGetText($WinHandle) MsgBox(0, "Text read was:", $text) [Cheeky]Comment[/Cheeky]
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