954,568 Members — Technology Publication meets Social Media
Username:
Password:
Lost login information?
Have something to say? Contribute New Article Reply to this Article

reading data from a website?

hi

pls help me to read data from a website.
can it be done with VB?
if yes pls guide me.

thank u

mykar_88
Newbie Poster
17 posts since Mar 2008
Reputation Points: 10
Solved Threads: 0
 

first you need to add the component Microsoft Internet controls. then you will need to add it to your form.

This will add a mini IE into your program. Navigate to the page you want with

Webbrowser1.navigate ("www.google.co.nz")

then to read the data you use the following

Text = WebBrowser1.Document.Body.InnerText

bushman_222
Junior Poster in Training
65 posts since Jan 2008
Reputation Points: 10
Solved Threads: 4
 

thank u man.
i'll try it.

mykar_88
Newbie Poster
17 posts since Mar 2008
Reputation Points: 10
Solved Threads: 0
 

reading the url form vb6 code for project please give the code or hint

Rajendra Tambe
Newbie Poster
1 post since Aug 2011
Reputation Points: 10
Solved Threads: 0
 

Hello have you any solution :

How can i use data as online using vb6.0 at real time without downloading at local system.

Ramesh Genwa
Newbie Poster
4 posts since Aug 2011
Reputation Points: 10
Solved Threads: 0
 

This question has already been solved

Post: Markdown Syntax: Formatting Help
You