Does anyone know how to change the background color of a CheckBox and of a Radio Box from white to another color?
Printable View
Does anyone know how to change the background color of a CheckBox and of a Radio Box from white to another color?
Override WM_CTLCOLOR.
you can change everything there..
Beside that.. if you need something more complicaed..
Derive your own class from CButton, and handle the drawing your self.
Good luck kishk
[email protected]
ICQ: 13610258
if you need to change the background color of the lithe circle or litle square WM_CTLCOLOR is useless
for that change must derive CButton