PDA

Click to See Complete Forum and Search --> : change background color


Chris
Mar 8th, 2001, 10:44 AM
How can I change the background color of a static picture control?

Do I need to create kind of Brush to archieve this task?

Mar 8th, 2001, 03:10 PM
I think you'd need to catch the WM_CTLCOLORSTATIC message, then use SetBkColor to change the color.

Chris
Mar 8th, 2001, 11:25 PM
Thanks megatron and I try it out later.