Maybe there's a simpler way to do what you want. But, here a way I used to change the fonts in some cells.
Your application has to Capture the WM_NOTIFY message that the listbox send to your form.
then you have to call a function that you'll write, in which you select the draw stage you want to customize, and then draw it the way you like.
You have to know some Subclassing, and how to use windows structures.
See MSDN (Custom Draw) it may help you.
gush
| Wed, 05 Dec 2007 14:57:00 GMT |