Link to home
Start Free TrialLog in
Avatar of investalert
investalertFlag for United States of America

asked on

Get innerText from HTML table by looping using GetElementByID in VB.NET

Need code for VB.NET Windows Form to find innerText values in HTML table on my favorite web site using GetElementByID to find table.
ASKER CERTIFIED SOLUTION
Avatar of Tuyau2poil
Tuyau2poil

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of investalert

ASKER

Thanks for your replay, I will trying it out in the next couple of days and report back.
Sorry for the delay, had some things come up. I will look at this by the end of the week and report back. Thanks.
As one needing to upgrade and educate myself to using VB.net I had to understand the difference between the Web browser control and Web client when using Win forms. Having done that and using the web client solution provided by calling the function from the form 1_load event and loading it into a multiline text box I can see all HTML from my selected URL. Now I can use a parsing method to get the desired webpage content.