Click to See Complete Forum and Search --> : Combo Box


April 9th, 1999, 03:09 AM
Hello all,

Can anyone tell me how do I change the background of combo boxes ?


Thank you in advance.


David

as_prabhu
May 29th, 1999, 04:02 AM
If you want to change the background color, you can do it by handling the WM_CTLCOLOR message. In case you want to enhance it further (say add icons/bitmaps) you need to make it an owner drawn control and handle the background painting yourself.