How do I make it so that each item in the same listbox can have a different font color?
Printable View
How do I make it so that each item in the same listbox can have a different font color?
You have to draw the items yourself.
http://msdn.microsoft.com/en-us/libr...em(VS.80).aspx
Or don't use a listbox but instead use a listview which has inbuilt support for different colurs, fonts etc.