If anyone can help it would be greatly appreciated:)
Here is a small part of the coding I use to change all color in the window:
Sorry if my coding is sloppy - still learning,
bool Menu()
{
char cMenu;
char qMenu;
HANDLE hConsole;
hConsole = GetStdHandle (STD_OUTPUT_HANDLE);
do
{
Menu:
system("CLS");
gotoxy(35,13);
SetConsoleTextAttribute
(hConsole, FOREGROUND_BLUE | FOREGROUND_INTENSITY);
cout << "Menu\n\n";
gotoxy(30,15);
cout << "(S)Start Game\n";
** Edit **

New Topic/Question
Reply



MultiQuote




|