- Home
·
- Encryption
·
- Check if a Remote Host is Live or Not (Computer is on or Off)
Check if a Remote Host is Live or Not (Computer is on or Off)
Check if a Remote Host is Live or Not (Computer is on or Off)
Rate Check if a Remote Host is Live or Not (Computer is on or Off)
(2(2 Vote))
Private Sub Form_Click ()
If Winsock1.LocalIP = "192.168.0.1" Then
' MsgBox "off"
Label1.ForeColor = vbRed
Else
' MsgBox "on"
Label2.ForeColor = vbGreen
End If
End Sub
Check if a Remote Host is Live or Not (Computer is on or Off) Comments
No comments yet — be the first to post one!
Post a Comment