Re: Windows - remote system window text

2008-02-05 Thread rdahlstrom
On Feb 5, 3:54 am, Tim Golden <[EMAIL PROTECTED]> wrote: > Gabriel Genellina wrote: > > En Mon, 04 Feb 2008 17:25:00 -0200, rdahlstrom <[EMAIL PROTECTED]> > > escribió: > >> On Feb 4, 2:17 pm, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: > > >>> Well, i guess you will need a process on each machi

Re: Windows - remote system window text

2008-02-05 Thread Tim Golden
Gabriel Genellina wrote: > En Mon, 04 Feb 2008 17:25:00 -0200, rdahlstrom <[EMAIL PROTECTED]> > escribió: >> On Feb 4, 2:17 pm, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: > >>> Well, i guess you will need a process on each machine you need to >>> monitor, and then you do have a client server

Re: Windows - remote system window text

2008-02-04 Thread Gabriel Genellina
En Mon, 04 Feb 2008 17:25:00 -0200, rdahlstrom <[EMAIL PROTECTED]> escribió: > On Feb 4, 2:17 pm, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: >> Well, i guess you will need a process on each machine you need to >> monitor, and then you do have a client server setup. > > Crap, that's what I di

Re: Windows - remote system window text

2008-02-04 Thread rdahlstrom
On Feb 4, 2:50 pm, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: > I can understand that. But look at the bright side, you don't have to > rely on windows authentication, you just need an open port. Now i > don't know what you are building, but with a client/server setup you > can also get to othe

Re: Windows - remote system window text

2008-02-04 Thread [EMAIL PROTECTED]
I can understand that. But look at the bright side, you don't have to rely on windows authentication, you just need an open port. Now i don't know what you are building, but with a client/server setup you can also get to other data that you might need, like mouse movement to detect for activity, us

Re: Windows - remote system window text

2008-02-04 Thread rdahlstrom
On Feb 4, 2:17 pm, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: > Well, i guess you will need a process on each machine you need to > monitor, and then you do have a client server setup. > > This can be easily accomplished with fx Pyro (http:// > pyro.sourceforge.net/) for communication, and the

Re: Windows - remote system window text

2008-02-04 Thread [EMAIL PROTECTED]
Well, i guess you will need a process on each machine you need to monitor, and then you do have a client server setup. This can be easily accomplished with fx Pyro (http:// pyro.sourceforge.net/) for communication, and the Win32 Python library (https://sourceforge.net/projects/pywin32/) for creati

Windows - remote system window text

2008-02-04 Thread rdahlstrom
OK - I know how to get the text/title of the windows on a local system by using the window handle. What I want to do is to get the text/ title of the windows on a remote system. Enumerating the window handles will of course not work remotely, I know that. Does anyone know anything short of a cli