How can I change the background color of a static picture control?
Do I need to create kind of Brush to archieve this task?
Printable View
How can I change the background color of a static picture control?
Do I need to create kind of Brush to archieve this task?
I think you'd need to catch the WM_CTLCOLORSTATIC message, then use SetBkColor to change the color.
Thanks megatron and I try it out later.