Results 1 to 2 of 2

Thread: Form1.WebBrowser1.Document.Body.InnerText() - Text?

  1. #1

    Thread Starter
    New Member
    Join Date
    Jan 2011
    Location
    wherever I want
    Posts
    4

    Question Form1.WebBrowser1.Document.Body.InnerText() - Text?

    When I'm coding:
    [QUOTE]Form1.WebBrowser1.Document.Body.InnerText()[QUOTE]
    I want to delete some text from the InnerText(). How Do I do that?

  2. #2
    Frenzied Member stateofidleness's Avatar
    Join Date
    Jan 2009
    Posts
    1,780

    Re: Form1.WebBrowser1.Document.Body.InnerText() - Text?

    You'll need to copy the current Document's InnerText first. Then delete the text you want (using Regex or some other way) and then write that back to the Document.

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