|
-
Feb 3rd, 2003, 08:48 PM
#1
Thread Starter
New Member
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?
-
Feb 3rd, 2003, 08:58 PM
#2
Frenzied Member
Yes. By the way, nice subject.
-
Feb 3rd, 2003, 11:26 PM
#3
Thread Starter
New Member
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.
-
Feb 4th, 2003, 02:08 AM
#4
Member
Well you use Regular Expressions
or ...
InStr$()
Left$()
Right$()
Mid$()
ect..
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|