reading data from a website?

Please support our Visual Basic 4 / 5 / 6 advertiser: Programming Forums - DaniWeb Sister Site
Thread Solved

Join Date: Mar 2008
Posts: 16
Reputation: mykar_88 is an unknown quantity at this point 
Solved Threads: 0
mykar_88 mykar_88 is offline Offline
Newbie Poster

reading data from a website?

 
0
  #1
Jun 26th, 2008
hi

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

thank u
Reply With Quote Quick reply to this message  
Join Date: Jan 2008
Posts: 65
Reputation: bushman_222 is an unknown quantity at this point 
Solved Threads: 4
bushman_222's Avatar
bushman_222 bushman_222 is offline Offline
Junior Poster in Training

Re: reading data from a website?

 
0
  #2
Jun 27th, 2008
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
Reply With Quote Quick reply to this message  
Join Date: Mar 2008
Posts: 16
Reputation: mykar_88 is an unknown quantity at this point 
Solved Threads: 0
mykar_88 mykar_88 is offline Offline
Newbie Poster

Re: reading data from a website?

 
0
  #3
Jun 27th, 2008
thank u man.
i'll try it.
Reply With Quote Quick reply to this message  
Reply

This thread has been marked solved.
Perhaps start a new thread instead?
Message:




Views: 1183 | Replies: 2
Thread Tools Search this Thread



Tag cloud for Visual Basic 4 / 5 / 6
About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC