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. _______________________________________________ Python-win32 mailing list Python-win32@python.org http://mail.python.org/mailman/listinfo/python-win32