Results 1 to 2 of 2

Thread: Help with extracting data from WebBrowser control

  1. #1

    Thread Starter
    Junior Member
    Join Date
    Sep 2014
    Location
    Brisbane
    Posts
    19

    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&amp;ctr_key=9985550&amp;LiveFlag=">AAAA8927738 </A></TD>

    <TD><A href="http://mydom.com/Abc/Box/F19.aspx?term_cd=OMSFT&amp;ctr_key=9985550&amp;LiveFlag=">BXBX4321786 </A></TD>

    <TD><A href="http://mydom.com/Abc/Box/F19.aspx?term_cd=OMSFT&amp;ctr_key=9985550&amp;LiveFlag=">GFHJ5432987 </A></TD>

    <TD><A href="http://mydom.com/Abc/Box/F19.aspx?term_cd=OMSFT&amp;ctr_key=9985550&amp;LiveFlag=">JKYU43907688 </A></TD>

    Thank you.

    Regards,
    TJ

  2. #2
    Frenzied Member
    Join Date
    Jun 2015
    Posts
    1,053

    Re: Help with extracting data from WebBrowser control

    [...]
    Last edited by dz32; Apr 26th, 2019 at 11:30 AM.

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width