read a online text file

Forum discussion tagged with read a online text file.
  1. O

    How can I read text from a text file in dropbox?

    I have tried solutions from many other threads but they do not seem to work. I am using Visual Studio 2013. This is my code: Imports System.Net Public Class Form1 Private Sub Button1_Click(sender As Object, e As EventArgs) Handles Button1.Click Dim myWebClient As New...