|
-
Jan 24th, 2011, 07:42 PM
#1
Thread Starter
New Member
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?
-
Jan 24th, 2011, 10:11 PM
#2
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|