01-11-2011, 09:35 PM
(01-11-2011, 09:18 PM)KoBE Wrote:Code:If My.Computer.Network.IsAvailable And My.Computer.Network.Ping("192.168.100.1") Then
'Internet is avail
Else
'Internet is not avail
End If
Actually, the most accurate way to know if you have any internet access is to would be: 192.168.1.1
Easiest and Fastest method. Figured that on my own DD