LeonLanford
Active member
- Joined
- Dec 2, 2008
- Messages
- 28
- Programming Experience
- Beginner
Hi.. I really need help 
I want to read file from http://localhost/tes/view.txt
but it got stuck at this code
It said URI format not supported.. How to make it support? Is there some way to read remote file text?
Thanks..
I want to read file from http://localhost/tes/view.txt
but it got stuck at this code
VB.NET:
Dim objReader As New StreamReader("http://localhost/tes/view.txt")
It said URI format not supported.. How to make it support? Is there some way to read remote file text?
Thanks..