K kimiraikkonen Jan 29, 2008 #2 how do you do a "PING" in vb.net? any samples? Click to expand... Try this: My.Computer.Network.Ping("<destination>", timeout(optional) See for more parameters: http://msdn2.microsoft.com/en-us/library/he5sca5t.aspx eg: My.Computer.Network.Ping("www.google.com")
how do you do a "PING" in vb.net? any samples? Click to expand... Try this: My.Computer.Network.Ping("<destination>", timeout(optional) See for more parameters: http://msdn2.microsoft.com/en-us/library/he5sca5t.aspx eg: My.Computer.Network.Ping("www.google.com")
R rowe_newsgroups Jan 29, 2008 #3 how do you do a "PING" in vb.net? any samples? Click to expand... Please search either google, msdn, or the object browser before posting. These resources should give you the answers you need. Thanks, Seth Rowe [MVP]
how do you do a "PING" in vb.net? any samples? Click to expand... Please search either google, msdn, or the object browser before posting. These resources should give you the answers you need. Thanks, Seth Rowe [MVP]
H Herfried K. Wagner [MVP] Jan 29, 2008 #4 kimiraikkonen said: Try this: My.Computer.Network.Ping("<destination>", timeout(optional) Click to expand... .... or 'System.Net.NetworkInformation.Ping'.
kimiraikkonen said: Try this: My.Computer.Network.Ping("<destination>", timeout(optional) Click to expand... .... or 'System.Net.NetworkInformation.Ping'.
T TBoon Jan 31, 2008 #5 i love msnews.microsoft.com rowe_newsgroups said: Please search either google, msdn, or the object browser before posting. These resources should give you the answers you need. Thanks, Seth Rowe [MVP] Click to expand...
i love msnews.microsoft.com rowe_newsgroups said: Please search either google, msdn, or the object browser before posting. These resources should give you the answers you need. Thanks, Seth Rowe [MVP] Click to expand...