Click here to Skip to main content
Click here to Skip to main content
Articles » Languages » C# » General » Downloads
 

RSS Feed Link Reader

By , 5 Jun 2008
 
rssfeedspeedreader.zip
RSSFeedSpeedReader
RSSFeedSpeedReader.suo
RSSFeedSpeedReader
bin
Release
RSSFeedSpeedReader.exe
RSSFeedSpeedReader.pdb
Properties
Settings.settings
RSSFeedSpeedReader.csproj.user
using System;
using System.Collections.Generic;
using System.Linq;
using System.Windows.Forms;

namespace RSSFeedSpeedReader
{
    static class Program
    {
        /// <summary>
        /// The main entry point for the application.
        /// </summary>
        [STAThread]
        static void Main()
        {
            Application.EnableVisualStyles();
            Application.SetCompatibleTextRenderingDefault(false);
            Application.Run(new frmRss());
        }
    }
}

By viewing downloads associated with this article you agree to the Terms of use 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)

About the Author

salysle
Software Developer (Senior)
United States United States
Member
No Biography provided

Permalink | Advertise | Privacy | Mobile
Web02 | 2.6.130516.1 | Last Updated 5 Jun 2008
Article Copyright 2008 by salysle
Everything else Copyright © CodeProject, 1999-2013
Terms of Use
Layout: fixed | fluid