Update Beta 2 found here
Allow me to share with you a simple tool I recently wrote. You can download the binaries, unzip them and run for a test. You can also download the source code.
First, you will need to download and install (if you haven’t already, or you do not have visual studio 2008 installed):
Microsoft .Net 3.5 Runtime
Then download the binaries, unzip and run:
FreeStocksTicker.zip
Hint: You can customize this ticker by editing the settings xml file that’s in the zip file. You can add any number of RSS feeds to scroll, as well as change which stocks you want to get quotes for.
For those who are interested in the code, download this file:
FreeStocksTicker_Src.zip
The zip file contains the visual studio 2008 project and c# code. In the code you will find examples of:
- Download stock quotes from Yahoo
- Implement a simple plugin framework
- Read RSS using LINQ
- Parse several date formats in XML based RSS feeds
- Use XML as a generic settings document (instead of INI)
- Open default browser from a web link
- Get primary screen refresh rate
Credits to techniques used in this freeware are within the code.
The license is simple: Download it and do whatever you want with it. A thank you would be appreciated.
Still should write some readme file to explain all the features and keyboard keys… I will do this after I see some feedback and downloads.
Have fun.
Cheers!