Re: RTB and Listbox COLOR
You can not color listbox items separately unless you do the drawing of items yourself.
Why are you using a textbox to choose the color? Should use a combo or such.
1 Attachment(s)
Re: RTB and Listbox COLOR
codes an example for a game.
ill add a command for people to change thier display name.
displayname will be shown on the (userlist/players which is a listbox maybe i could use a different control like listview or something.)
and in the actual game window, which is a richtextbox.
other games manage to do it somehow.