네트워크 연결상태 체크
VNote
2017.11.19 13:38:51 *: If My.Computer.Network.IsAvailable Then
MsgBox("Computer is connected.")
Else
MsgBox("Computer is not connected.")
End If
To check whether a computer has a working connection