Jump to content
Xtreme .Net Talk

Recommended Posts

Posted

I'm using a webbrowser object to scan the entire text on a range of website's for specific keywords (from a list of items in a listbox).

 

I use "webbrowser1.document.innertext" as the text to scan.

 

I'm having trouble figuring out what event is called when the page is OFFICIALLY done loading. There is a downloadComplete event, and a documentComplete event... I'm a little lost.

 

My question is:

 

What event should I be using, to signal that the webbrowser.navigate("url") process is completely done loading?

www.DRSTEIN99.com www.RAIDGEAR.net www.THERE.com -> Tell them DrStein99 sent ya!
  • 4 weeks later...
  • Leaders
Posted

if you put your code like this ....

WebBrowser1.Document.body.innerText
'/// if Option Strict is set to On , you will get an error.

if Option Strict is set to On , you will get an error.

this is because you are trying to use " Late Binding "

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...