Are you trying to grab the text of the web site? A text file on the web server? A text file that's included as part of the web page? "a txt file from a website" isn't specific enough to answer your question.
Thanks Craig for point me in the write direction there. Now I have a new (related) problem.
The following code....
-------
Dim proxyObject As WebProxy = New WebProxy(ProxyAddress)
GlobalProxySelection.Select = proxyObject
Dim myClient As WebClient = New WebClient
myClient.Credentials = New NetworkCredential(UserName, Password)
myClient.DownloadFile("
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.