Monitoring running Windows Applications
Mike C. Fletcher
mcfletch at rogers.com
Sat Dec 8 04:44:14 EST 2001
More information about the Python-list mailing list
Sat Dec 8 04:44:14 EST 2001
- Previous message (by thread): Monitoring running Windows Applications
- Next message (by thread): smtplib
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
>>> import win32pdhutil >>> win32pdhutil.ShowAllProcesses() Look at the code for that to get ideas... HTH, Mike (Five Fresh) Fish wrote: > Here is, I think, a stumper: > > How can one get Python to identify either the applications that are > currently running in Windows, in real-time (ie. as an application > monitor)... > > Or, better, how can one get Python to identify all the open windows, in > real-time? > > [The idea being that if one can do this, it'd be a breeze to create a tool > that can keep an automatic diary of one's work tasks during the day...] > -- _______________________________________ Mike C. Fletcher http://members.rogers.com/mcfletch/
- Previous message (by thread): Monitoring running Windows Applications
- Next message (by thread): smtplib
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list