What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Skype & Technology » Tech Talk » "Reading" web page in VB6

"Reading" web page in VB6
Author: Message:
Mike
Elite Member
*****

Avatar
Meet the Spam Family!

Posts: 2795
Reputation: 48
31 / Male / Flag
Joined: Mar 2003
Status: Online
RE: "Reading" web page in VB6
You can get the source code of a website by using the Inet control:

Ctrl-T -> Microsoft Internet Transfer Control -> OK

Add one, and then to get the source code of a website use:

code:
Dim strSourceCode as String
strSourceCode = Inet1.OpenURL("www.google.com")

Then, if the website's source code doesn't change too much, you can easily write some code that will get what you want ;)

This post was edited on 03-18-2008 at 12:52 PM by Mike.
YouTube closed-captions ripper (also allows you to download videos!)
03-18-2008 12:52 PM
Profile E-Mail PM Web Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
"Reading" web page in VB6 - by Salem on 03-18-2008 at 11:25 AM
RE: "Reading" web page in VB6 - by Mike on 03-18-2008 at 12:52 PM
RE: "Reading" web page in VB6 - by matty on 03-18-2008 at 01:05 PM


Threaded Mode | Linear Mode
View a Printable Version
Send this Thread to a Friend
Subscribe | Add to Favorites
Rate This Thread:

Forum Jump:

Forum Rules:
You cannot post new threads
You cannot post replies
You cannot post attachments
You can edit your posts
HTML is Off
myCode is On
Smilies are On
[img] Code is On