Shoutbox

Scan an RSS feed in Visual Basic - Printable Version

-Shoutbox (https://shoutbox.menthix.net)
+-- Forum: MsgHelp Archive (/forumdisplay.php?fid=58)
+--- Forum: Skype & Technology (/forumdisplay.php?fid=9)
+---- Forum: Tech Talk (/forumdisplay.php?fid=17)
+----- Thread: Scan an RSS feed in Visual Basic (/showthread.php?tid=34735)

Scan an RSS feed in Visual Basic by .blade// on 11-22-2004 at 09:41 PM

I am trying to make a visual basic program that scans your Halo 2 statistics (RSS feed) which an embeded instance of MSIE loads. How would I do this.
( http://bungie.net/stats/halo2rss.ashx?i=94414&k=314320080 )


I'd like to be able to, for example, list your last match in a caption box.


RE: Scan an RSS feed in Visual Basic by RaceProUK on 11-23-2004 at 12:20 PM

RSS is XML-based yes? In that case, just use an XML parser to extract the correct information.


RE: Scan an RSS feed in Visual Basic by .blade// on 11-23-2004 at 04:29 PM

quote:
Originally posted by raceprouk
RSS is XML-based yes? In that case, just use an XML parser to extract the correct information.
:dodgy: And that would be? :dodgy:
RE: Scan an RSS feed in Visual Basic by Millenium_edition on 11-23-2004 at 06:15 PM

check your references. "microsoft xml parser"