Click here to Skip to main content
15,886,026 members
Articles / Programming Languages / XML

RSS Feed Link Reader

Rate me:
Please Sign up or sign in to vote.
0.00/5 (No votes)
5 Jun 2008CPOL4 min read 59.2K   536   17  
This article discusses the construction of a simple application that may be used to view RSS feeds from the desktop.
<?xml version="1.0"?>
<doc>
<assembly>
<name>
RssFeedReaderVB
</name>
</assembly>
<members>
<member name="M:RssFeedReader.frmRss.Form1_Load(System.Object,System.EventArgs)">
	<summary>
 Set the RSS URL to an empty
 string on form load
 </summary>
	<param name="sender"></param>
	<param name="e"></param>
	<remarks></remarks>
</member><member name="M:RssFeedReader.frmRss.tsRssGo_Click(System.Object,System.EventArgs)">
	<summary>
 Pull up an RSS feed and load its headlines
 and links into a treeview control
 </summary>
	<param name="sender"></param>
	<param name="e"></param>
	<remarks></remarks>
</member><member name="M:RssFeedReader.frmRss.tvwRss_AfterSelect(System.Object,System.Windows.Forms.TreeViewEventArgs)">
	<summary>
 Upon selec
 </summary>
	<param name="sender"></param>
	<param name="e"></param>
	<remarks></remarks>
</member><member name="M:RssFeedReader.frmRss.tsCboFeeds_SelectedIndexChanged(System.Object,System.EventArgs)">
	<summary>
 Load the selected canned RSS feed into the 
 treeview using the existing methods
 </summary>
	<param name="sender"></param>
	<param name="e"></param>
	<remarks></remarks>
</member>
</members>
</doc>

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Software Developer (Senior)
United States United States
This member has not yet provided a Biography. Assume it's interesting and varied, and probably something to do with programming.

Comments and Discussions