Hi,
I would like to create a simple chat room like GUI interface that will create an entry for each line spoken in the following format:
Person1: Hello world!
Person2: Hello there.
Person3: What's up?
Person1: not much
Where Person 2&3 will be a blue color. Person1 will be a read color.
If the user wanted, they can click on Person2 or person2's text line and will bring up their profile.
They should also be able to scroll up and down the chat room's history.
Here's my questions:
1.) What's the best UI controls to allow me to do this? 2.) Are there source code examples anywhere?
Thanks in advance.