Search:
Forum
Windows Programming
Logging running programs
Logging running programs
Nov 24, 2013 at 4:34am UTC
programmeraie125
(91)
Is there any tutorials floating around that would teach me how to record and save running programs, I'm in the middle of making a program and wanted to save the time spent in various programs
Or does anyone know how i would go about doing this =D
Thanks again for your time.
Nov 24, 2013 at 5:43pm UTC
Computergeek01
(5613)
The Win32_Process object has either the UserModeTime or the CreationData properties if that's the kind of thing you're looking for:
http://msdn.microsoft.com/en-us/library/windows/desktop/aa394372(v=vs.85).aspx
If you want the actual amount of time a user has spent interacting with each program then it might get a bit messy.
Nov 25, 2013 at 11:58am UTC
programmeraie125
(91)
Im just after 2-3 programms i running i just want to record how long i spend in each and later save that info out to a doc
Topic archived. No new replies allowed.
C++
Information
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs