System Up Time
-
I would like to write a program that tells me how long my computer has been running and write this to a text file. I have found out browsing msdn that you need to use "Systemuptime" but does not give any SIMPLE WAY of doing this. Would appreciate someone showing me the light at the end of the tunnel, so i can find my way home.:)
-
I would like to write a program that tells me how long my computer has been running and write this to a text file. I have found out browsing msdn that you need to use "Systemuptime" but does not give any SIMPLE WAY of doing this. Would appreciate someone showing me the light at the end of the tunnel, so i can find my way home.:)
Try this link: http://www.freevbcode.com/ShowCode.Asp?ID=5472 Good luck, Johan
My advice is free, and you may get what you paid for.
-
Try this link: http://www.freevbcode.com/ShowCode.Asp?ID=5472 Good luck, Johan
My advice is free, and you may get what you paid for.
Thanks for the reply, After a bit of research I got it to do want i want:-D. Now i can get on with the next bit.