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. 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:And that would be? 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" |