VBcoders Guest



Don't have an account yet? Register
 


Forgot Password?



Determines if computer has astablished network connection.

by John W (7 Submissions)
Category: Internet/HTML
Compatability: Visual Basic 5.0
Difficulty: Unknown Difficulty
Originally Published: Fri 25th January 2002
Date Added: Mon 8th February 2021
Rating: (1 Votes)

Determines if computer has astablished network connection.

Rate Determines if computer has astablished network connection.




Form Load()

If Winsock1.LocalIP <> "127.0.0.1" Then
    MsgBox "Computer is connected!"
Else
    MsgBox "Computer is not connected!"
End If

End Sub

Download this snippet    Add to My Saved Code

Determines if computer has astablished network connection. Comments

No comments have been posted about Determines if computer has astablished network connection.. Why not be the first to post a comment about Determines if computer has astablished network connection..

Post your comment

Subject:
Message:
0/1000 characters