Adding color to my dialog
C / C++ / MFC
2
Posts
2
Posters
0
Views
1
Watching
-
How do I add color to, say, items in a list box? For a piece of my app I'm trying to recreate a list of files in a directory and I want to color the words according to certain parameters. Specifically, I want four colors: green, black, blue, and red. Danny
-
How do I add color to, say, items in a list box? For a piece of my app I'm trying to recreate a list of files in a directory and I want to color the words according to certain parameters. Specifically, I want four colors: green, black, blue, and red. Danny
what you need is an owner-drawn listbox. there are many samples, over here: http://www.codeproject.com/combobox/[^] (owner-drawn combo boxes are very similar) Cleek | Image Toolkits | Thumbnail maker