Recent content by ODxT

  1. O

    Whats Doctype HTML

    This determines the file to be using HTML5 format
  2. 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...