Hello everyone! I'm making a simple chat and for displaying messages i use a ListBox
I'd like that every client'd his own uniq color for his sayings. So how can i make different color in listBox' lines
thanks
Printable View
Hello everyone! I'm making a simple chat and for displaying messages i use a ListBox
I'd like that every client'd his own uniq color for his sayings. So how can i make different color in listBox' lines
thanks
you will need to use a RichTextBox
You could also owner draw the listbox, but that can be a bit of a pain. I would go with the already suggested RichTextBox solution.
This may also help :
http://www.codeguru.com/csharp/cshar...php/c15261__4/