With this tiny tool, you can know how much time has the computer been powered on…
UpTime is licensed under the GNU GPL v3 (attached)…
As usual, here are the links…
For the ones who want to easily read the relevant code:
DWORD dwMilliseconds = GetTickCount(); int nSeconds = (dwMilliseconds/1000)%60; int nMinutes = (dwMilliseconds/1000/60)%60; int nHours = (dwMilliseconds/1000/60/60)%24; int nDays = dwMilliseconds/1000/60/60/24; char pszStr[256]; sprintf_s(pszStr, 256, "%d days, %d hours, %d minutes and %d seconds", nDays, nHours, nMinutes, nSeconds); MessageBox(NULL, pszStr, "UpTime 1.0 by NeoEGM <http://www.neoegm.com/software/uptime/>", MB_ICONINFORMATION);
Support appreciated!
All the content offered in this website is, except noted otherwise, of free nature. This means you can share it wherever you want if you do it freely and stating its source.
If it was useful for you and you’d like to contribute, you can make a donation or, at least, visit one of our advertisers of your choice; they are all around the site.
Incoming search terms for the article:
- como saber cuanto tiempo esta prendida la pc
- como saber cuanto tiempo estuvo prendida la pc
- saber cuanto tiempo estuvo prendida la pc
- como saber cuanto tiempo esta prendida la pc windows 7
- cuanto tiempo estuvo prendida la pc
- como saber cuanto tiempo estubo prendida la pc
- programa que me indique el tiempo que la computadora esta prendida
- saber hace cuanto esta prendida la pc
- tiempo prendida pc
- pc music server
0 Response to “UpTime (How much time has the computer been powered on)”