Results 1 to 4 of 4

Thread: Is it possible ...?

  1. #1

    Thread Starter
    New Member
    Join Date
    Jan 2003
    Posts
    14

    Is it possible ...?

    Is it possible to make a vb program to open up html files and parse the actual html code itself and output specific information to a text file?

  2. #2
    Frenzied Member Shawn N's Avatar
    Join Date
    Dec 2001
    Location
    Houston
    Posts
    1,631
    Yes. By the way, nice subject.
    Please rate my post.

  3. #3

    Thread Starter
    New Member
    Join Date
    Jan 2003
    Posts
    14



    Oh ok you can work with html files exactly the same way as youd work with a text file... GREAT!

    Now i gotta search throught the file and find keywords.

    just reading through msdn now to find the most effective function to use.

    any suggestions are welcome.

  4. #4
    Member
    Join Date
    Mar 2002
    Location
    Canada
    Posts
    51
    Well you use Regular Expressions

    or ...


    InStr$()
    Left$()
    Right$()
    Mid$()
    ect..
    ~T

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