I was looking for a way to use a simple markup language or plain HTML when displaying text in WinForm applications. I would like to avoid embedding the webbrowser control, because in most cases I just want to highlight one word or two in a sentence.
I reviewed the use of RTFControl, but I find it a bit heavy and I don’t think the “language” used for formatting is simple.
Is there a simple control that allows me to display strings like:
This is a string string. with various formations.
I would be very careful if you could specify the font and / or size of the text.
Oh, dotnet 3.5 and WPF / xaml are not an option.
source share