Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Application Logging

Status
Not open for further replies.

PerthBok

Programmer
Joined
Mar 10, 2004
Messages
6
Location
AU
Hi. This may be a simple question. I need to be able to log when a user executes and terminates an application. How can this be done?
 
If you are the application programmer, simply write to the event log.

If you are trying to profile a third party application, and seeing that you need to know when it is started and closed, my best bet is to write a service to check the process list every 250 mSegs or so.

HTH.
buho (A).

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top