Hello:
I want to know how to parse(read) the information contained in a web page, using a VB applet that will refresh this information every 2 or 3 seconds. The web page is very simple, does not contain images and only a marquee (which can be eliminated), it only contaings text that displays temperature readings etcetera.
I know that i have to use the webbrowser control, and after the document has loaded i have to parse it, what i dont know is how to parse it.
Thanks