Jump to content

How does a local computer get and retrieve all the text (of a particular window) from a remote computer, just-in-time?


Recommended Posts

How does a local computer get and retrieve all the text (of a particular window) from a remote computer, just-in-time?

Some more details- basically the local computer is trying to get the result and perform the equivalent of ‘WinGetText_FromRemoteComputer’.

Here’s the scenario, the program script on the local computer will: ask and get some answer from the local user (I can get this easy part working). Then ‘gets windows text’ from Bob’s computer and depending on what the text is; the local computer might ask and get more answers from the local user, or ‘gets windows text’ from Kurt’s computer. And depending on what that text is, the local computer might then do something both locally and on Sam’s computer…

Thanks.

Edited by jmc
Link to comment
Share on other sites

You can't get the remote window text without running it in the local context on that computer. So you need to run a script with WinGetText() on the remote computer.

:blink:

Valuater's AutoIt 1-2-3, Class... Is now in Session!For those who want somebody to write the script for them: RentACoder"Any technology distinguishable from magic is insufficiently advanced." -- Geek's corollary to Clarke's law
Link to comment
Share on other sites

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
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...