I'm writing a program which logs the amount of time applications are running. So far I have to start the applications which exe's I've added to a database from the program itself. What I want however, is to have the program run in the background and monitor which exe is running, so I don't have to start the applications from my program but with the normal shortcut from the Start-menu.

Thanks in advance.

Harmough.