Hello,

I am looking for an easy way to do the following: In my VB Windows Forms .NET program I would like to have a button to get the text of a webpage opened in the edge browser either just the text as seen or the HTML-code.

I can't use the internal webbrowser that works fine with simple pages, but not with the one I need to get the data from.

When I have the text or HTML, I can get some specific information from there. E.g. material or dimension information.

The screen scraping should work without additional tools.

Thank you for your help,

Thomas