Basically, I want to have a chat like interface - one line with name and time, the next few lines with a message.
In HTML / ASP.Net (or any other web language), this is obviously easy - build a component and just have multiple copies for each chat object.
I have been trying on winforms, and the closest I have come is a TreeView list, but it does not look at all pretty!
I was just wondering if anyone can point me in the right direction of what I need to do to achieve a nice formatted text box in the style of chat applications?