-
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.
-
I have never tested this code, so I ahve no idea if it works, but check out these posts:
http://forums.vb-world.net/showthrea...threadid=28013
-
Well, this certainly helped, but what if you don't know the app title? For instance, most games start full screen in which case you don't know the actual app title (which doesn't have to be the same as the name of the game or exe).
But thanks so far!
Harmough.