Im developing a program where I want a textbox to display whats inside a text file located online. So if the text file is located at www.textfile.com/textfile.txt, I want txtDisplayText.Text to display whats in the text file from the file on the website. How would I go about doing this? Thank you!
Mark G.