Results 1 to 3 of 3

Thread: How can I see how long a network card is connected to a network?

  1. #1

    Thread Starter
    Junior Member
    Join Date
    Apr 2001
    Location
    Belgium
    Posts
    28

    Post How can I see how long a network card is connected to a network?

    How can I see how long a network card is connected to a network?

    ((I've got a cable connection for my internet and I want to see how long I'm connected to the internet....))
    tnx

  2. #2
    Fanatic Member nabeels786's Avatar
    Join Date
    Jul 2001
    Location
    New York
    Posts
    919
    is your cable up once you start your computer?

    because you can use the "GetTickCount()" API, that'll tell you how long you're computers been up, so if your cable is connected via ethernet lan conn, then it's been up the whole time ur comp has been up

    VB Code:
    1. Private Declare Function GetTickCount Lib "kernel32" () As Long
    2.  
    3.     Dim ret As Long
    4.     ret = GetTickCount()
    Visit www.fragblast.com
    Gaming, forums, and a online RPG/Battle system




    (__Flagg) DOT NET? is this a Hindi Dating service?

  3. #3

    Thread Starter
    Junior Member
    Join Date
    Apr 2001
    Location
    Belgium
    Posts
    28
    thanks, i can use that!

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