Jump to content

Recommended Posts

Posted

Heollo guys I have been trying to read some pixels and use some functions from an inactive window but i havent been able to can someone please giveme a hint how to do this. I already used Control to send keystrokes, strings etc. just wondering on how to read pixels from an in active window. Thanks

Posted

There are some functions that do some more vast pixelsearching(Checking example scripts) but other then that there is no known function to search inactive windows for pixels.

  • Moderators
Posted

If by inactive you mean minimized, then ... you can't.

Common sense plays a role in the basics of understanding AutoIt... If you're lacking in that, do us all a favor, and step away from the computer.

Posted

There are some functions that do some more vast pixelsearching(Checking example scripts) but other then that there is no known function to search inactive windows for pixels.

How about just read data from and inactive window ?

  • Moderators
Posted

How about just read data from and inactive window ?

If the data can be read, you might try ControlGetText() or WinGetText().

Common sense plays a role in the basics of understanding AutoIt... If you're lacking in that, do us all a favor, and step away from the computer.

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...