Are you a regular stikked user? Signup so you can keep track of your pastes!
  1. Module Module1
  2.  
  3.     Sub Main()
  4.         Dim siteIsOnline As Boolean
  5.         siteIsOnline = False
  6.         siteIsOnline = My.Computer.Network.Ping("loopnor.operaunite.com")
  7.         If siteIsOnline = True Then Console.Write("Site is online") Else Console.Write("Site is offline")
  8.         Console.ReadLine()
  9.     End Sub
  10.  
  11. End Module

Reply to "Ping"

Here you can reply to the paste above

Create a snipurl

Make Private

Feeling clever? Set some advanced options.