hi

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

thank u

Recommended Answers

All 4 Replies

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

thank u man.
i'll try it.

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

Hello have you any solution :

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

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.