In my app i am showing stocks quotes.
I am using a string with few stocks and its quotes and show it in a kind of marquee control.
Is it possible to print the String and show it on the control so that a few words will be in red(the descending stocks) and a few in green(the rising ones)?
You can do that very easily with a RichTextBox. This post has a simple example.