Search results for query: *

  1. P

    Parsing HTML Extracting Values Between 2 Tags in WebBrowser

    Hi Ian, This is a section of a much larger page extracted from firebug. I was having a similar problem when reading it directly via the webbrowser component but I ended up with the first result only. I've only made the transition from VBA to VB around 6 weeks ago and it's a very steep learning...
  2. P

    Parsing HTML Extracting Values Between 2 Tags in WebBrowser

    Hi Ian, Once again thank you for your help. I am so sorry for the poorly formatted html. I’m trying to access each <div class="result"> in turn and retrieve values/innertext for <span class="tyre_brand">, <div class="price" title="Our FULLY FITTED Price"> from each. I’ve had very limited...
  3. P

    Parsing HTML Extracting Values Between 2 Tags in WebBrowser

    Hi Ian, You're a genious. If it took you 10 minutes it would have taken me 10 weeks that’s if I could have worked it out at all. If you would be so kind as to offer further help along the same theme I would be most greatful. Having completed this part of the task I am now looking to target a...
  4. P

    Parsing HTML Extracting Values Between 2 Tags in WebBrowser

    Hi Ian, Thank you so much for your help. This sample looks almost perfect. Is it possible to extract values from specific strong tags based on their class while looping through? <strong class="description model-name">NAME OF MODEL</strong> Thanks again
  5. P

    Parsing HTML Extracting Values Between 2 Tags in WebBrowser

    Hi, I am a relative newby to VB.net and trying to build an app using webBrowser within a windows form to automatically navigate a site. However once the app reaches its destination I need to extract certain values from the html with the intent of writing these to a csv file for comparison at a...
  6. P

    Parse XML Response String And Get Usable Variables

    Hi, I'm new to VB.net and totally new to XML. I am building a program that receives a response to a XML inquiry from hwresponse.GetResponseStream. So far I have been able to submit the request and receive a response. I now need take that response (in the form of a string) and convert it to a...
Back
Top