[python-win32] Cleanly Close System Tray Process
Gregory Piñero
gregpinero at gmail.com
Wed Aug 2 20:51:55 CEST 2006
I documented this code and added some background info here:
http://www.answermysearches.com/index.php/why-killing-processes-may-be-hurting-you-and-what-to-do-about-it/154/
On 8/2/06, Gregory Piñero <gregpinero at gmail.com> wrote:
> On 8/2/06, Tim Roberts <timr at probo.com> wrote:
> > This code is not actually correct. There can be many windows for a
> > given window class, but your get_all_windows function will only return
> > the last one found for each class. A better implementation of
> > _MyCallback would be:
>
> Thanks for the corrections, Tim. I updated my code, it works well.
>
--
Gregory Piñero
Chief Innovation Officer
Blended Technologies
(www.blendedtechnologies.com)
More information about the Python-win32
mailing list