Click here to Skip to main content
6,629,885 members and growing! (21,671 online)
Email Password   helpLost your password?
Desktop Development » Desktop Gadgets » General     Intermediate License: The Common Public License Version 1.0 (CPL)

RssToolbar - Desktop RSS Ticker

By thund3rstruck

Streams RSS headlines to the desktop
C#, .NET (.NET 2.0), Win32, WinForms, Dev
Version:3 (See All)
Posted:29 Jun 2009
Views:4,998
Bookmarked:17 times
Announcements
Loading...
 
Search    
Advanced Search
Add to IE Search
printPrint   add Share
      Discuss Discuss   Broken Article?Report  
4 votes for this article.
Popularity: 2.21 Rating: 3.67 out of 5
1 vote, 25.0%
1

2
1 vote, 25.0%
3

4
2 votes, 50.0%
5
news-ticker

Introduction

RssToolbar is a tiny utility that docks itself to the top of the screen and scrolls RSS News Feeds in a stock style ticker to the desktop.

Background

Several years ago, I developed this product to distribute to customer workstations, pre-configured to connect to our organization's RSS Feed as a simple and impressive way to keep clients informed of our latest news and alerts. Ultimately the product was pulled because most customers were using it to stream local weather, sports, and news to their desktops instead of the feeds we intended them to consume!

RssToolbar was originally developed in .NET v1.1 in Visual Basic. It was later hastily converted to C# but never peer reviewed or certified. I came across this old product a few days ago and decided to port it to .NET v2.0.

Using the Toolbar

The RssToolbar uses an INI file (settings.ini) for configuration (yea, I told you this thing was OLD!). If you're using Vista, then you'll probably have to use Wordpad to open the settings.ini file since Vista doesn't seem to let you open *.ini files in Notepad. Below you can see the configuration:

settings.ini

[Feeds]
1=http://www.codeproject.com/webservices/articlerss.aspx?cat=1
2=http://rss.slashdot.org/Slashdot/slashdot
3=http://feeds.digg.com/digg/container/technology/popular.rss
4=http://feeds.gawker.com/lifehacker/full
5=http://feeds.gawker.com/kotaku/full

[Preferences]
speed=25
maxstories=10
maxheadlines=50
fontface=Arial
fontsize=14

Configuration Section - Feeds

The feeds section allows users to specify the feeds they want to stream in the ticker. At present, a maximum of 5 feeds are allowed and as long as the RSS Feed provider uses RSS Compliant XML documents, the ticker will be able to handle them.

Configuration Section - Preferences

  • speed - The speed the ticker ticks. Lower is faster and higher is slower
  • maxstories - The maximum headlines from a feed to stream
  • maxheadlines - The maximum headlines of all feeds to stream
  • fontface - The font-face of the ticker
  • fontsize - The font size of the ticker

Early versions of the .NET Framework had a 2,000 or so character limit on label controls so the maxstories/maxheadlines settings allowed you to get a nice variety of different feeds into the ticker before hitting the limit.

Runtime Options

By right clicking in the ticker, you can expose a few options:

rssticker02.jpg

  • Refresh - Fetches all the feeds and rebuilds the ticker stream
  • Launch - Exports the feeds and links from the ticker and posts them into an HTM file
  • Exit - Exits the ticker control

Below you can see the web page generated when you click the Launch option:

rssticker03.jpg

Source Code

This is extremely simple stuff, probably not even worth mentioning really.

To fetch and parse the RSS feeds, I'm using a slightly modified version of RSS.NET.

To read the INI configuration file, I'm using a primitive IniDataReader class I wrote which uses Regular Expressions. The ticker itself is a basic panel, textbox, and label control wired to a timer. The timer's _Tick event is what actually creates the ticking sensation.

History

  • 06/29/2009 - Submitted article

License

This article, along with any associated source code and files, is licensed under The Common Public License Version 1.0 (CPL)

About the Author

thund3rstruck


Member
I'm a typical 30 year old generation X guy that likes video games, NFL football, and comic style art. I have an insatiable passion for programming and doing what ever it takes to become a better programmer.
Occupation: Software Developer
Location: United States United States

Other popular Desktop Gadgets articles:

Article Top
You must Sign In to use this message board.
FAQ FAQ 
 
Noise Tolerance  Layout  Per page   
 Msgs 1 to 6 of 6 (Total in Forum: 6) (Refresh)FirstPrevNext
Questionusing diff langauge Pinmemberfacesagar5:26 9 Aug '09  
General[My vote of 1] LOL, nice wallpaper... PinmemberJuraj Suchan5:21 30 Jun '09  
GeneralRe: [My vote of 1] LOL, nice wallpaper... Pinmemberthund3rstruck5:44 30 Jun '09  
GeneralRe: [My vote of 1] LOL, nice wallpaper... PinmemberJuraj Suchan7:17 30 Jun '09  
GeneralSome troubles PinmemberYury Revotyuk0:07 30 Jun '09  
GeneralRe: Some troubles Pinmemberthund3rstruck4:54 30 Jun '09  

General General    News News    Question Question    Answer Answer    Joke Joke    Rant Rant    Admin Admin   

PermaLink | Privacy | Terms of Use
Last Updated: 29 Jun 2009
Editor: Sean Ewington
Copyright 2009 by thund3rstruck
Everything else Copyright © CodeProject, 1999-2009
Web17 | Advertise on the Code Project