Jump to content

Recommended Posts

Posted (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 by gahehe

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...