[HELP] C# HTML Parsing Listbox

Aug 5 2010 11:04 AM
I am building a messaging system.  I would like to add html to the strings that a user sends, and then display them as parsed html.  Meaning, I want any links sent as a message to be hyperlinked.  Right now I am using a listView to display the messages.  I can change to any control necessary to accomplish this, but I would like it to have the same end feeling as the listView, just with hyperlinks.  The listview has columns for timestamp, recipient, and message.  Each new message occupies a single row.  If anyone knows how this can be accomplished, help would be gladly received.  Thanks.

Answers (2)