any ideas?
Posted 02 December 2003 - 04:02 AM
Posted 02 December 2003 - 07:43 AM
// Set the text attributes to draw red text SetConsoleTextAttribute(GetStdHandle(STD_OUTPUT_HANDLE), FOREGROUND_RED|FOREGROUND_INTENSITY)) ... // Set the text attributes to draw black text SetConsoleTextAttribute(GetStdHandle(STD_OUTPUT_HANDLE), FOREGROUND_BLACK|FOREGROUND_INTENSITY))
0 members, 1 guests, 0 anonymous users