How could i grab text from a site like yahoo news and display it in my app
Printable View
How could i grab text from a site like yahoo news and display it in my app
Well you could use the webbrowser control, or connect to the site on port 80 using the winsock control, send the HTTP commands to get the page, and then parse out the text.
- jamie
You can also use the iNet control for it. :)