How to change the console screen color.
For changing the background color in a console screen
For changing the color of the fonts in foreground
Console.BackgroundColor = ConsoleColor.Red
For changing the color of the fonts in foreground
Console.ForegroundColor = ConsoleColor.Red
Comments
Post a Comment