There is a callback on the property sheet structure, PFNPROPSHEETCALLBACK, but the messages are limited to PSCB_INITIALIZED, PSCB_PRECREATE and PSCB_BUTTONPRESSED. I want to handle messages like WM_CTLCOLOR but can't seem to find a way to do it. Is it possible?
My end goal is to change the color of the tab controls and the outer frame of the property sheet dialog.