Hi,
I have an application that works similar to a chat, except beside the location where they submit their message they also have a dropdown that selects the type of message it is.
When someone sends a message the message appears in a listbox (can also be a listview or a multiline textbox if that would work easier for what I want to do). What I need to happen is that the message they submit needs to be color coded based on what message type they chose in the dropdown.
Does anyone know how to make list items be different colors?
Thanks,
Matt