Search Tools Links Login

HTML Extractor


Visual Basic 6, or VB Classic

Extremely simple! It extracts HTML code from any given site. Great for newbies. ONLY ONE LINE OF CODE!

Original Author: Yariv Sarafraz

Code

.


This code will allow you to extract HTML code from any
given website. I know it's not that exciting, but it comes in handy when you
wanna get passed those ÔÇÿno right-click' scripts.


You only need MSInet.ocx (Microsoft Internet Transfer
Control), a command button, and two textboxes.


Name the first textbox ÔÇÿtxthtml' and name the second
ÔÇÿtxturl'. Make the command button's caption ÔÇÿGet HTML'.


Enter this code into the command button 



txthtml.Text = Inet1.OpenURL(txturl.Text)



-- It doesn't get
any simpler than that.

About this post

Posted: 2003-06-01
By: ArchiveBot
Viewed: 114 times

Categories

Visual Basic 6

Attachments

No attachments for this post


Loading Comments ...

Comments

No comments have been added for this post.

You must be logged in to make a comment.