Home All Groups Group Topic Archive Search About

How can I Generate the IP for any web site ?

Author
18 Jun 2006 7:57 AM
Husam
Hi EveryBody:

Is there any algorthem or any code by using Vb.Net that I can use it to
generate the IP for any web site,

For example is there a code to generate the IP for www.yahoo.com ?

Any help or redirction will be completlly appreciated

regard's

Husam

Author
18 Jun 2006 8:55 AM
Tim Van Wassenhove
On 2006-06-18, Husam <Hu***@discussions.microsoft.com> wrote:
> For example is there a code to generate the IP for www.yahoo.com ?

System.Net.Dns.GetHostByName("example.com");

--
Met vriendelijke groeten,
Tim Van Wassenhove <http://timvw.madoka.be>