Object for simple IP adress and host name resolution, ASP and VB TraceRoute/ping.
Freeware
Register to get source code - ShareIt!, Visage
DNS | Object for resolving IP adress and host name. | |
Trace | Provides TraceRoute (See asp or VB samples) |
IPStatus | IP status codes returned to transports and user IOCTLs. |
Simple ip/host resolution |
Set DNS = CreateObject("TCPIP.DNS") On Error Resume Next ip = DNS.GetIPByHost("www.microsoft.com") host = DNS.GetHostByIP(ip) If Err <> 0 Then 'some dns error - host not found, ... End If On Error Goto 0 |
ASP Trace route |
TraceRoute from www.motobit.com |
© 1996 - 2009 Antonin Foller, Motobit Software | About, Contacts | e-mail: info@pstruh.cz