01-11-2011, 05:17 PM
(01-11-2011, 02:37 AM)andrew Wrote: Whats wrong with:
Code:If My.Computer.Network.IsAvailable = True Then
MsgBox("Computer is connected.")
Else
MsgBox("Computer is not connected.")
End If
Much simpler and does the task...
Thats the n00by way, my way is more accurate hehehehe...