Question how to make time work even if the application is closed?

ilinkDizon

Member
Joined
Jul 15, 2013
Messages
9
Location
Caloocan City, Manila, Philippines
Programming Experience
1-3
how to make time work even if the appication or project is not running?
and the time is running...
Pls... help me
count.jpg
the time will run although the application is close
Thanks in advance
 
Time is an illusion. - Albert Einstein

Give loads more detail on your problem if this is not what you mean.
When the application closes, you could note the time somewhere. database, file, registry, etc. When it is opened, check if the file exists and if so, calculate how much time elapsed using the time value saved previously.
 
Last edited:
Back
Top