WebBrowser Control - NO events fired for frames within a frameset

  • Thread starter Thread starter foreverayid
  • Start date Start date
F

foreverayid

So i have spent fruitless hours (dont want to count them) looking for
a solution to this one. My webbrowser control, that i use to grab data
from the document property, is supposed to fire the documentcompleted
event for each time a frame has finished loading.

Problem being on some sites there are frames within a frameset and
there are no events of the webbrowser which catch any activity on
these frames. I have tried them all. At the moment i have setup a
timer to get data contained in the elements at regular intervals but
this is not a good soultion. Please ask anything you want. thanks
 
Not to be picky, but where do you see this "is supposed to fire the
documentcompleted event for each time a frame has finished loading."?

I looked at MSDN and did not see it.
 
Back
Top