there is a bug when DT_SetTextColor is applied to a static control when the alt key is pressed. The text will disappear and not be repainted until the window is either min,res or moved out of the work area and brought back. Happens first time alt key is pressed then doesn't happen again.
I can of course avoid this bug by using
WM_CTLCOLORSTATIC to color the text instead. Was just letting you know about this.
I can of course avoid this bug by using
WM_CTLCOLORSTATIC to color the text instead. Was just letting you know about this.