Non-MFC Colored Listbox items
-
I have a small application that doesn't use MFC, but i'd like to alter the listbox's so each item can be displayed in it's own colour. I've searched these forums and google, but can't find any reference to non-mfc code to do this ... there is plenty of mfc stuff around though. Hoping someone will know of a resource/example i can look at, else i'll have to convert the app to MFC. ScorpioMidget
-
I have a small application that doesn't use MFC, but i'd like to alter the listbox's so each item can be displayed in it's own colour. I've searched these forums and google, but can't find any reference to non-mfc code to do this ... there is plenty of mfc stuff around though. Hoping someone will know of a resource/example i can look at, else i'll have to convert the app to MFC. ScorpioMidget
-
See MSDN Creating owner-drawn listbox[^]
Many thanks for the link, should have tried msdn myself :| ScorpioMidget