View Full Version : C# console applications & highlighting output to screen
BobLewiston
01-10-2009, 12:54 AM
In a C# console application, can anyone tell me how to "highlight" certain characters, that is, print them brighter than other characters?
oracleguy
01-10-2009, 02:16 AM
Well you can change the foreground and background colors of the console and then print out the characters and reset it back. There are two color properties on the Console class to change the colors and there is a reset method too. I forget the exact names but I do remember them being sensibly named.
vBulletin® v3.8.2, Copyright ©2000-2012, Jelsoft Enterprises Ltd.