Click here to Skip to main content
15,885,435 members
Articles / Programming Languages / XML

RSS News Reader

Rate me:
Please Sign up or sign in to vote.
3.58/5 (8 votes)
10 May 200511 min read 119.8K   3.7K   51  
A VB.NET RSS news reader. RSS sites are stored in an Access database, and items can be selected from a DataGrid. Selected news items are displayed in an embedded browser.
<?xml version="1.0" encoding="utf-8"?>
<configuration>
	<appSettings>
		<!--   User application and configured property settings go here.-->
		<!--   Example: <add key="settingName" value="settingValue"/> -->
		<add key="DataGrid1.AllowSorting" value="True" />
		<add key="DataGrid2.AllowSorting" value="True" />
		<add key="dgdSites.AllowSorting" value="True" />
	</appSettings>
</configuration>

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 has no explicit license attached to it but may contain usage terms in the article text or the download files themselves. If in doubt please contact the author via the discussion board below.

A list of licenses authors might use can be found here


Written By
United States United States
I am a Professor at the University of New Orleans.

My interests include business applications development, e-business, and cybersociety



Comments and Discussions