retrieving Webbrowser frames innertext/innerhtml

Xancholy

Well-known member
Joined
Aug 29, 2006
Messages
143
Programming Experience
Beginner
I have added a webbrowser to my form and pointed it to a webpage url that contains frames.

I need to be able to trap the content within the webpage frame called contentFrame.

webBrowser1.Document.Window.Frames("contentframe").Document give me the error:
'System.Windows.Forms.HtmlWindow.Frames' is a 'property' but is used like a 'method'

Appreciate any help on this....
 
Back
Top