Hi everyone, I'd like to use the `wmi` module to detect when a window with the title "Foo Bar" was created, and then kill the process that created this window. Is this possible?
(I can do the killing without `wmi`, I just need to ID the process.) Note that I don't want to be periodically polling for that window, I want to be listening to an event so there wouldn't be a big delay. Thanks for your help! Ram.
_______________________________________________ python-win32 mailing list python-win32@python.org https://mail.python.org/mailman/listinfo/python-win32