manipulating child processes under Windows

Douglas Alan nessus at mit.edu
Tue Jun 4 16:05:19 EDT 2002


Syver Enstad <syver-en+usenet at online.no> writes:

> Hmm, my first reaction is to think in terms of window handles in
> some way, there's a FindWindow function in win32 (and win32all) that
> let's you search for a window by name, I'll have to check the msdn
> library to find out how to get the owning process handle from a
> window handle.

What if there were more than one process with the same name.  How
would I tell which one is the right one?

|>oug



More information about the Python-list mailing list