Does anyone know how to ping a ip address. I've found code for it but it was poorly commented. So any explaination is appreciated.
Printable View
Does anyone know how to ping a ip address. I've found code for it but it was poorly commented. So any explaination is appreciated.
Haven't got a definitive answer for you, but there is an article about this very topic at the VBNet site.
http://www.mvps.org/vbnet/
Select 'Code Library'.
Select 'Network API'.
You could also open MS-DOS.
Type ping [ip address].
And you will get results.
ok thanks. The article on ping a IP at vbsquare seems to be broken everytime I try it.