Dude. You're wasting my time.
You want to "do the same thing" as code that has been released into open
source. DOWNLOAD IT
What do you want me to do, read it and explain it to you?
If you have a question about a snippet of code, post it on the web and we
can help you with it.
--
--- Nick Malik [Microsoft]
MCSD, CFPS, Certified Scrummaster
http://blogs.msdn.com/nickmalik
Disclaimer: Opinions expressed in this forum are my own, and not
representative of my employer.
I do not answer questions on behalf of my employer. I'm just a
programmer helping programmers.
--
"econobeing" <econobeing@discussions.microsoft.com> wrote in message
news:E4B0A52B-99CD-43D1-A55E-2BD38B10790A@microsoft.com...[color=blue]
> well he can use search engines in his.
>
> i'm no good with VB, but heres the link to it, it has all the source code
> and everything to it:
>
>[/color]
http://www.planet-source-code.com/vb...57949&lngWId=1[color=blue]
>
> i couln't understand it, but i've seen it in action and it works the way i
> want mine to.
>
> "Nick Malik [Microsoft]" wrote:
>[color=green]
> > so he takes the name of the web site, calls Ping at DNSstuff.com, gets[/color][/color]
the[color=blue][color=green]
> > IP address, and then simply sends a web request to
> >
http://64.233.161.147
> >
> > this is the exact same thing as typing
http://www.google.com into your
> > browser.
> >
> > The web site itself normally doesn't care what the DNS name for the site[/color][/color]
it.[color=blue][color=green]
> > It would only see it if it looked for it, and that would normally not be
> > good practice anyway, since the owner of the web site may want to change[/color][/color]
the[color=blue][color=green]
> > name without changing the web programming... so simply typing
> >
http://aaa.bbb.ccc.ddd is usually sufficient to find your way around the
> > web. That said, any links OFF of that web site will be broken, so you[/color][/color]
won't[color=blue][color=green]
> > be able to use search engines at all.
> >
> > --
> > --- Nick Malik [Microsoft]
> > MCSD, CFPS, Certified Scrummaster
> >
http://blogs.msdn.com/nickmalik
> >
> > Disclaimer: Opinions expressed in this forum are my own, and not
> > representative of my employer.
> > I do not answer questions on behalf of my employer. I'm just a
> > programmer helping programmers.
> > --
> > "econobeing" <econobeing@discussions.microsoft.com> wrote in message
> > news:BB5465BA-DF66-41BA-9D9C-1576555EA7E9@microsoft.com...[color=darkred]
> > > well i took a look at his source today, and from what i can[/color][/color][/color]
understand. he[color=blue][color=green][color=darkred]
> > > uses the Ping thing at DNSstuff.com, which he has the IP address to it
> > > hardcoded into his program. i saw that it took the []'s off of the IP[/color]
> > address[color=darkred]
> > > it gets back, but how it gets the IP address of of the web page is[/color][/color][/color]
beyond[color=blue][color=green]
> > me.[color=darkred]
> > > or how it automatically goes there and uses that function too.
> > >
> > > "Nick Malik [Microsoft]" wrote:
> > >
> > > > if you open a browser and type
http://www.google.com and you get the[/color]
> > google[color=darkred]
> > > > site, then DNS is most definitely not disabled on your network.
> > > >
> > > > If you just want some IP addresses for the sake of testing, open a[/color]
> > command[color=darkred]
> > > > line and type: Ping
www.google.com (or any other dns address). You[/color]
> > will[color=darkred]
> > > > get back the IP address of the site.
> > > >
> > > > For the most part, you don't need to look up the ip address of a[/color][/color][/color]
site.[color=blue][color=green]
> > Just[color=darkred]
> > > > use HTTPWebRequest to issue a request against a web site using the[/color]
> > domain[color=darkred]
> > > > name.
> > > >
> > > > --
> > > > --- Nick Malik [Microsoft]
> > > > MCSD, CFPS, Certified Scrummaster
> > > >
http://blogs.msdn.com/nickmalik
> > > >
> > > > Disclaimer: Opinions expressed in this forum are my own, and not
> > > > representative of my employer.
> > > > I do not answer questions on behalf of my employer. I'm just a
> > > > programmer helping programmers.[/color]
> >
> >
> >[/color][/color]