How could i grab text from a site like yahoo news and display it in my app
What is Life? One big dream or one Big nightmere.
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
Microsoft MVP : Visual Developer - Visual Basic [2004-2005]
You can also use the iNet control for it.
Forum Rules