I have a DataGridView with a column that needs to display text that may be
normal or bold, has user specified color and can handle hyper text links.
The obvious solution was to derive from RichTextBox. I figured out how to
get a real RichTextBox control to handle the edit functions but I have not
been as successful in displaying the results once the edit control has been
disposed of. Any suggestions how this might be accomplished? I can think of
two approaches - display the RichTextBox editor's contents as a bitmap or
write a simple RTF parser and paint the results on the cell. I'm leaning
towards the parser but have not found sample code on which to base my own
implementation. Would someone be so kind as to give me the benefit of their
experience with this particular problem?
--
Richard Lewis Haggard
www.Haggard-And-Associates.com