Help with extracting data from WebBrowser control
Hi,
I need to extract specific text from an HTML page that my code loads into a standard VB6 Classic WebBrowser.
In the HTML below, I need to extract 'AAAA8927738, BXBX4321786, GFHJ5432987 and JKYU43907688'
There are times that there are only 3 letters on the front of each of the data that I need. The data will be different each time, but always in the same location in the HTML.
The HTML extracts below are part of a 36kb-50kb long HTML file that my code loads.
Can anyone help, please.
<TD><A href="http://mydom.com/Abc/Box/F19.aspx?term_cd=OMSFT&ctr_key=9985550&LiveFlag=">AAAA8927738 </A></TD>
<TD><A href="http://mydom.com/Abc/Box/F19.aspx?term_cd=OMSFT&ctr_key=9985550&LiveFlag=">BXBX4321786 </A></TD>
<TD><A href="http://mydom.com/Abc/Box/F19.aspx?term_cd=OMSFT&ctr_key=9985550&LiveFlag=">GFHJ5432987 </A></TD>
<TD><A href="http://mydom.com/Abc/Box/F19.aspx?term_cd=OMSFT&ctr_key=9985550&LiveFlag=">JKYU43907688 </A></TD>
Thank you.
Regards,
TJ
Re: Help with extracting data from WebBrowser control