|
-
Feb 1st, 2002, 01:07 PM
#1
Thread Starter
Junior Member
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
-
Feb 1st, 2002, 10:20 PM
#2
Fanatic Member
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:
Private Declare Function GetTickCount Lib "kernel32" () As Long
Dim ret As Long
ret = GetTickCount()
Visit www.fragblast.com
Gaming, forums, and a online RPG/Battle system
(__Flagg) DOT NET? is this a Hindi Dating service?
-
Feb 2nd, 2002, 04:50 AM
#3
Thread Starter
Junior Member
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|