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