Determines if computer has astablished network connection.
Determines if computer has astablished network connection.
Rate Determines if computer has astablished network connection.
(1(1 Vote))
Form Load()
If Winsock1.LocalIP <> "127.0.0.1" Then
MsgBox "Computer is connected!"
Else
MsgBox "Computer is not connected!"
End If
End Sub
Determines if computer has astablished network connection. Comments
No comments yet — be the first to post one!
Post a Comment