override combobox onpaint

pilsdumps

Member
Joined
Jul 27, 2009
Messages
18
Programming Experience
3-5
Hi,

How do I override the onpaint event for a combobox so I can change the color of the text background when it's selected?

I want to remove the highlighting from a combobox and the only way I can think of to do this is to override onpaint and draw the text again using my own colors.

Does anyone have any suggestions?

Thanks
 
Back
Top