Results 1 to 2 of 2

Thread: [VB2010] Fill ListView cells with a HTML table contents?

  1. #1
    Junior Member
    Join Date
    Jan 12
    Posts
    30

    [VB2010] Fill ListView cells with a HTML table contents?

    I'm 'trying' to make an application and one of the features I would like is to have a table reading thing (for private use).

    I want the contents of the table (from a website, e.g http://pastehtml.com/view/c8nf2c51a.html ) to be displayed in a ListView

    Name:  tR8dJ.png
Views: 76
Size:  4.8 KB

    How would I;

    a) Remove all HTML from the webpage other than the table?

    b) Split the cells up so theyre entered into the ListView row by row with row a being first etc.

    Thank you.

  2. #2

Posting Permissions

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