C
cj
I tried "www.microsoft.com and it came back False. Google is True. Are
sites able to specify not to reply to ping commands? Could that be why
Microsoft retursn False?
I need to find a site to ping to make sure my internet connection is
working. What site would you suggest I use?
Try
MessageBox.Show(My.Computer.Network.Ping("www.google.com", 1000))
Catch ex As Exception
MessageBox.Show(ex.Message)
End Try
sites able to specify not to reply to ping commands? Could that be why
Microsoft retursn False?
I need to find a site to ping to make sure my internet connection is
working. What site would you suggest I use?
Try
MessageBox.Show(My.Computer.Network.Ping("www.google.com", 1000))
Catch ex As Exception
MessageBox.Show(ex.Message)
End Try