I just wanna load a text file from a website, so I can quickly update the News Screen on a game Im working on. I dont have any database tools so text is gonna hafta do. I tried something like:
Dim sr as new StreamReader(*insert address of TXT here*)
but it gave my a URI Encoding is not Supported error. Any help?
Dim sr as new StreamReader(*insert address of TXT here*)
but it gave my a URI Encoding is not Supported error. Any help?