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....
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....