Results 1 to 9 of 9

Thread: Get text from website into textbox

Threaded View

  1. #4

    Thread Starter
    New Member
    Join Date
    Sep 2017
    Posts
    11

    Re: Get text from website into textbox

    This is my code
    Code:
    Dim victim As HtmlElement = WebBrowser1.Document.GetElementById("thepaste")
    
            If victim IsNot Nothing Then
                Textbox1.Text = victim.InnerText
            End If
    Last edited by babypandah; May 25th, 2018 at 11:46 AM. Reason: hey

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width