Hey Everyone,
I've been learning how to use the IO.StreamReader command in Visual Basic and I wanted to know if it is possible to use IO.StreamReader to read the contents of a txt file on a web server, as opposed to just a local file. Also, is it possible to have VB write to a txt file on a web server?
The idea behind this is to have an application running on all the client computers and every so often have the application to find a txt file on a webserver and have it display the contents.
Thanks
I've been learning how to use the IO.StreamReader command in Visual Basic and I wanted to know if it is possible to use IO.StreamReader to read the contents of a txt file on a web server, as opposed to just a local file. Also, is it possible to have VB write to a txt file on a web server?
The idea behind this is to have an application running on all the client computers and every so often have the application to find a txt file on a webserver and have it display the contents.
Thanks