Quantcast
Channel: Comunidad Underground Hispana
Viewing all articles
Browse latest Browse all 11602

ayuda con codigo de online / offline IP

$
0
0
Hola,
Tengo este problema que seguramente para ustedes no lo es pero para un principiante como yo si.

Código:

Imports System.Net
Public Class Form1
    Private Sub Form1_Load(sender As Object, e As EventArgs) Handles MyBase.Load
        If My.Computer.Network.Ping("192.168.2.12") Then
            Label2.Text = "Online"
        Else
            Label3.Text = "Offline"
        End If
        If My.Computer.Network.Ping("192.168.2.12") Then
            Label5.Text = "Online"
        Else
            Label6.Text = "Offline"
        End If
    End Sub
End Class

El Online si que se ve pero el offline no se ve y tampoco se actualiza automaticamente tengo puesto un timer.

Gracias

Viewing all articles
Browse latest Browse all 11602

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>