Re: [Dev-C++] Background color (was no subject)
Open Source C & C++ IDE for Windows
Brought to you by:
claplace
From: <ten...@ne...> - 2003-08-16 15:51:07
|
-Console: I don't know how in code. But if you click on the console icon you can left-click in the icon, click on defaults or properties, select color and once you selected them and press Ok, in the last dialog which appears you select the option which is make this permanent for this link. -Windows GUI: In the code with the SetBKColor(HDC, COLORREF);That's in code for a concrete program. -Windows GUI: For any kind of program. Just equivalent to console, affecting all winGUI programs (if they select the background color according to system colors: Control Panel->diplay->Appearance. |