Advertisement
Guest User

Untitled

a guest
Jul 29th, 2014
226
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
VB.NET 0.33 KB | None | 0 0
  1.   My.Computer.Network.Ping("www.google.com")
  2.         If My.Computer.Network.Ping("www.google.com") = True Then
  3.             PictureBox1.Visible = True
  4.             PictureBox2.Visible = False
  5.         Else
  6.             PictureBox1.Visible = False
  7.             PictureBox2.Visible = True
  8.         End If
  9. 'Je dois faire un Try non ?
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement