VK LABELS

Saturday, 15 March 2014

Check Internet Connection

Check Internet Connection:

If My.Computer.Network.IsAvailable Then
      Msgbox(“internet Connection is Avoilable”)
Else
      Msgbox(“internet connection not avoilable”)
End if


No comments:

Post a Comment