> how can i send a ping to a server and chceck if its arriven or not?
> (with vb6
http://vbnet.mvps.org/code/internet/ping.htm
There's a related article to do it by host name instead of IP address.
hareldo - 11 Jul 2008 08:38 GMT
> > how can i send a ping to a server and chceck if its arriven or not?
> > (with vb6
>
> http://vbnet.mvps.org/code/internet/ping.htm
>
> There's a related article to do it by host name instead of IP address.
its work,thanks.