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 <[EMAIL PROTECTED]> wrote:
> On 8/2/06, Tim Roberts <[EMAIL PROTECTED]> 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)
_______________________________________________
Python-win32 mailing list
Python-win32@python.org
http://mail.python.org/mailman/listinfo/python-win32

Reply via email to