5 Ağustos 2007 Pazar

Change the Foreground and Background Colors in a Console Window

' ----------------------------------------
' Required Imports :
'
' Microsoft.VisualBasic
' ----------------------------------------

Console.BackgroundColor = ConsoleColor.DarkRed
Console.ForegroundColor = ConsoleColor.Gray
Console.Clear()


0 Comments: