From: Fabian Maurer Subject: Re: [PATCH 1/4] comctl32/combo: Add test for WM_CTLCOLORSTATIC Message-Id: <2797100.vt2BND2DkA@arch> Date: Sun, 22 Sep 2019 18:41:57 +0200 In-Reply-To: References: <20190922141158.59325-1-dark.shadow4@web.de> > What should happen if parent/owner does not handle WM_CTLCOLOR* message? Then it should get passed to DefWindowProc. It's currently handled by DefWindowProc as well, but with these patches the parent is given a chance to handle it itself before it's passed to the default handler. Regards, Fabian Maurer