Click here to Skip to main content
15,896,154 members
Articles / Desktop Programming / Windows Forms

RssToolbar - Desktop RSS Ticker

Rate me:
Please Sign up or sign in to vote.
3.78/5 (7 votes)
29 Jun 2009CPL2 min read 84.5K   2.4K   27  
Streams RSS headlines to the desktop
Microsoft Visual Studio Solution File, Format Version 10.00
# Visual Studio 2008
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "RSSToolbar", "RSSToolbar.csproj", "{246A3750-B183-4A8D-879D-8D9E3FE9EAC9}"
EndProject
Global
	GlobalSection(SolutionConfigurationPlatforms) = preSolution
		Debug|Any CPU = Debug|Any CPU
		Release|Any CPU = Release|Any CPU
	EndGlobalSection
	GlobalSection(ProjectConfigurationPlatforms) = postSolution
		{246A3750-B183-4A8D-879D-8D9E3FE9EAC9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{246A3750-B183-4A8D-879D-8D9E3FE9EAC9}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{246A3750-B183-4A8D-879D-8D9E3FE9EAC9}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{246A3750-B183-4A8D-879D-8D9E3FE9EAC9}.Release|Any CPU.Build.0 = Release|Any CPU
	EndGlobalSection
	GlobalSection(SolutionProperties) = preSolution
		HideSolutionNode = FALSE
	EndGlobalSection
EndGlobal

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 Common Public License Version 1.0 (CPL)


Written By
Software Developer
United States United States
I'm a professional .NET software developer and proud military veteran. I've been in the software business for 20+ years now and if there's one lesson I have learned over the years, its that in this industry you have to be prepared to be humbled from time to time and never stop learning!

Comments and Discussions