I am creating a basic GUI with the Windows API and I have run into an issue. It starts with a main window that opens with a custom background color I set (RGB(230,230
(RGB(230,230
Have you considered subclassing the static window and doing owner draw?