gahehe Posted June 25, 2012 Posted June 25, 2012 (edited) Ya, When I run a program, I will get Visible Text by this: $text = WinGetText("Title", "") And it show normally. But, when I put this program to Hidden mode by this code: WinWait("Title") WinSetState("Title", "", @SW_HIDE) It's hidden now, but I can't get Visible Text. How I can do this? Edited June 25, 2012 by gahehe
JohnOne Posted June 25, 2012 Posted June 25, 2012 AutoItSetOption("WinDetectHiddenText", 1) AutoIt Absolute Beginners Require a serial Pause Script Video Tutorials by Morthawt ipify Monkey's are, like, natures humans.
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