I am looking for system function to adjust background color.
Windows XP or 7! This is "color XX" where the first X is the background and the second x is the foreground. The codes are as follows: So basically black color on white brown For, you do Windows only, though System ("color", some color code); Do anyone know about this?
0 = black 8 = gray 1 = blue 9 = light blue 2 = green a = light green 3 = aqua b = light aqua 4 = Red C = Light Red 5 = Purple D = Light Purple 6 = Yellow E = Light Yellow 7 = White F = Sharp White
system ("color 70");
Comments
Post a Comment