Question:

Read html file and write it on Text box in HTML format

by  |  earlier

0 LIKES UnLike

 Tags:

   Report

1 ANSWERS


  1. Tried Internet Transfer Control?
    Private Sub CommandButton1_Click()
       Set INET = New InetCtlsObjects.Inet

       TextBox1.Text = OpenURL("http://www.google.com")
      
       ' I don't know if you need this bit..
       TextBox1.Text = Mid(TextBox1.Text, 4, Len(TextBox1.Text))

    End Sub

Question Stats

Latest activity: earlier.
This question has 1 answers.

BECOME A GUIDE

Share your knowledge and help people by answering questions.
Unanswered Questions