I am looking to get the uptime for my computer without overflowing the buffer, I heard GetTickCount() returns the number of MilliSeconds a computer is up for, so this is what I did...
secs = GetTickCount() / 6000
mins = secs / 60
Masgbox mins
But this doesnt seem right, does anyone have any ideas?
Gordon R. Durgha
gd@vslink.net
secs = GetTickCount() / 6000
mins = secs / 60
Masgbox mins
But this doesnt seem right, does anyone have any ideas?
Gordon R. Durgha
gd@vslink.net