How to change text color in c#

Nov 16 2010 2:03 AM
Hi all,
I have a string like
string mess="Success";
I want to change color of "Success" to green and write it to a log file.
I am able to write the normal text (that is in black color) in a file. But I am not able to convert the text color.
Could some body please help with the peice of code.
Thanks
Murali krishna.

Answers (4)