TeamKiller
Mar 6th, 2001, 07:20 PM
How could i grab text from a site like yahoo news and display it in my app
plenderj
Mar 7th, 2001, 08:33 AM
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. :)