vb.net retriew web page results

  • Thread starter Thread starter nemo
  • Start date Start date
N

nemo

Hey guys - hope this one is simple

Need an app that will

take a list of web site addresses (in our intranet) and return the
results of the web page..

any quick way to do this?
 
Hello, nemo!

n> Hey guys - hope this one is simple

n> Need an app that will

n> take a list of web site addresses (in our intranet) and return the
n> results of the web page..

What do you mean by "results of the web page"?

If you want to get response returned by these web pages, you can use HttpWebRequest class.

Have a look at
( http://msdn2.microsoft.com/en-us/library/system.net.httpwebrequest.getresponse.aspx )

n> any quick way to do this?


--
Regards, Vadym Stetsyak
www: http://vadmyst.blogspot.com
 
Back
Top