CodePaste Logo
New Snippet New Snippet Recent Snippets Recent Snippets My Snippets My Snippets Web Code Search Snippets Search
Sign inor Register
Format:
Recent snippets matching tags of ConsoleColor
C#
//Writes colored text to the console and allows to clear previously written lines
//as long a not line break is present
 
//Sample - screenshot at http://img299.imageshack.us/img299/3931/consolex.png
 
C.InfoLine("Non-colored text...");
            
C.Error("Outch, an error.");
Thread.CurrentThread.Join(1000);
C.ClearLine();
by Philipp Sumi   July 25, 2010 @ 8:37am
334 Views
no comments
 
brought to you by:
West Wind Techologies



If you find this site useful and use it frequently please consider making a donation to support this free service.
Donate