CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 4 of 4

Thread: System uptime

  1. #1
    Join Date
    Jun 2001
    Posts
    25

    System uptime

    Anyone know how to get the system uptime?

    I can't seem to find anything on it anywhere.

    Thanks.
    Dan.


  2. #2
    Join Date
    Aug 2001
    Location
    Stockholm, Sweden
    Posts
    1,664

    Re: System uptime

    GetTickCount() - It returns the number of ms that have elapsed since the system was started.

    * * *
    Please rate my answer!

  3. #3
    Join Date
    Oct 2000
    Location
    India
    Posts
    4,620

    Re: System uptime

    Hi,

    Mr.Jonas had posted a reply at http://codeguru.earthweb.com/cgi-bin...&Number=280576. See that and its subsequent threads. All Luck.

    If it helps and if you want to, you can Rate it.
    Visit http://www.geocities.com/contactgirish/homepage.html for some VC++ Links & Notes.All Luck,
    V.Girish

    p.s. If you visit my site, please sign the guest book there. Thank you.
    All luck and have a great day.

    Regards,
    V.Girish

    Visit www.geocities.com/contactgirish for Source code, Tutorials, FAQs and Downloads.

  4. #4
    Join Date
    Jun 2001
    Posts
    25

    Re: System uptime

    Thanks to both of you. Just what I was after.

    Dan.


Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured