Click to See Complete Forum and Search --> : IP address from domain name


Cheerful
May 27th, 2001, 04:58 AM
I am developing a browser with visual basic 6.0, but i do not know how to resolve the ip address from a domain name(1 of the function in my browser). Is there any available functions or any visual basic controls that can be used to do it? Any help is greatly appreciated, thank you.

cksiow
May 27th, 2001, 06:22 AM
refer http://vblib.virtualave.net, there is a function called GetIpFromHostname of vbInternet in the activeX DLL which might help.

HTH