Hi,
Is there a way to use Python to get a list of all the icons in the
system tray (lower right hand corner) and their associated processes and
executables?
Here is a thread on how to do this using AHK:
http://www.autohotkey.com/forum/topic17314.html
but it relies heavily on AHK, and the problem with that is that it is
difficult to get at the output from AHK scripts (without writing to a
file or the clipboard, for example).
Note that I'm interested this for in Windows XP/7
Thanks!
_______________________________________________
python-win32 mailing list
python-win32@python.org
http://mail.python.org/mailman/listinfo/python-win32