Re: Read webBrowser1 source and find text within HTML tags by id?
What do you mean by Web browser source ?. If you want to get any http source ie: html of a given url then you can use URLDownlodToFile API declared in urlmon.h.
Re: Read webBrowser1 source and find text within HTML tags by id?
I am using a Windows Form Application in Microsoft Visual C++ 2010.
I have my IE-powered web browser on it.
I know in Visual Basic you can get the source of the webbrowser.
For example, you're on my website. My website has:
<div>Hi</div>
in it. The source is <div>Hi</div>...
I need to look at this source and read between two html tags, one opening the html tag and one closing it, ex.
Bookmarks