It would be much appreciated that someone can enlighten me:
While webbrowser control is being used, how can the content (the text data) of a source file embeded inside a frame can be retrieved ?
I could find out the number of HTML elements by "WebBrowser.document.frames(0).document.All.length"
but was unable to proceed further.
