VBcoders Guest



Don't have an account yet? Register
 


Forgot Password?



Check if a Remote Host is Live or Not (Computer is on or Off)

by Rahul K Chaudhari (1 Submission)
Category: Encryption
Compatability: VB 6.0
Difficulty: Unknown Difficulty
Originally Published: Fri 9th May 2003
Date Added: Mon 8th February 2021
Rating: (1 Votes)

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)




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

Download this snippet    Add to My Saved Code

Check if a Remote Host is Live or Not (Computer is on or Off) Comments

No comments have been posted about Check if a Remote Host is Live or Not (Computer is on or Off). Why not be the first to post a comment about Check if a Remote Host is Live or Not (Computer is on or Off).

Post your comment

Subject:
Message:
0/1000 characters