Change Window Color
-
I have created the Test SDI application with MfcAppWizard(exe). I run the appication an it's showing me default window. It has default window color as RGB(192,192,192). But I want to change it to some different color for better look. How can I change it's defauld color for my application so that all window forms, dialog boxes, tool bars, menus, etc having some new default colors like sky blue or somthing else. Please help me regarding this.
-
I have created the Test SDI application with MfcAppWizard(exe). I run the appication an it's showing me default window. It has default window color as RGB(192,192,192). But I want to change it to some different color for better look. How can I change it's defauld color for my application so that all window forms, dialog boxes, tool bars, menus, etc having some new default colors like sky blue or somthing else. Please help me regarding this.
-
I have created the Test SDI application with MfcAppWizard(exe). I run the appication an it's showing me default window. It has default window color as RGB(192,192,192). But I want to change it to some different color for better look. How can I change it's defauld color for my application so that all window forms, dialog boxes, tool bars, menus, etc having some new default colors like sky blue or somthing else. Please help me regarding this.
You can use o WM_CTLCOLOR however you can use of WM_PAINT or WM_ERASEBK...