Trouble with button
C / C++ / MFC
1
Posts
1
Posters
0
Views
1
Watching
-
CreateWindowEx(0, "BUTTON", "Test", WS_CHILD | WS_VISIBLE | BS_AUTOCHECKBOX, ...
This creates a checkbox with the text "Test" next to it. The background color becomes the default dialog background color (light gray), however I want it to be white. (Because I have a static control surrounding some of these checkboxes and it has got the SS_WHITERECT style). And how can I get my static control to get that XP-Style look? That is, completely flat (no shadows or 3D effects) and slightly blue. Sprudling