I tried your code with Dim myRequest As WebRequest = WebRequest.Create("http://www.daniweb.com") and got no empty line as the first line.
Have you tried other URLs? What if you comment out myRequest.Proxy = WebRequest.DefaultWebProxy line, does it help?
I can't see any obvious reason why you should get an empty line, unless the web page has an "empty" line as the first line.
One comment about your code. Remember to close the reader and streams and dispose them to release the resources.
HTH
Reputation Points: 218
Solved Threads: 201
Veteran Poster
Offline 1,024 posts
since Aug 2008