how i can open html file and fill html tag and attribute in vb array with explan

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • majd
    New Member
    • Aug 2010
    • 3

    how i can open html file and fill html tag and attribute in vb array with explan

    i want open html file in vb
    then fill all tags and attribute of this page in vb array
    i know this is too much but would you explain it please
  • MrMancunian
    Recognized Expert Contributor
    • Jul 2008
    • 569

    #2
    So, if you know it's too much, why ask the question? ;-)

    Opening the html file can be done with a StreamReader. Then, parse each line and see if you can extract the tags and attributes. Create an array (or multiple for differents types; tags and attributes) and add the tags and attributes to your array. Then, parse the next line. Etc. Etc.

    Steven

    Comment

    • majd
      New Member
      • Aug 2010
      • 3

      #3
      i know this way steven. but i need it in code

      Comment

      • MrMancunian
        Recognized Expert Contributor
        • Jul 2008
        • 569

        #4
        Sure you do, but if you know what you need, you can find the code yourself. Try Google, it's truly your best friend!

        Otherwise, hire someone to do it for you...

        Steven

        Comment

        • majd
          New Member
          • Aug 2010
          • 3

          #5
          hi steven , i was try very hard to find the code in google but i get nothing

          "hire someone to do it for you..."
          did you know who can??

          Comment

          Working...