Hello all,
Can anyone tell me how do I change the background of combo boxes ?
Thank you in advance.
David
Printable View
Hello all,
Can anyone tell me how do I change the background of combo boxes ?
Thank you in advance.
David
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.