Results 1 to 2 of 2

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

  1. #1

    Thread Starter
    Member
    Join Date
    Jan 2012
    Posts
    32

    [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: 401
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
    eXtreme Programmer .paul.'s Avatar
    Join Date
    May 2007
    Location
    Chelmsford UK
    Posts
    26,420

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

    the table isn't html. there's no way to extract it

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