is there an easy possibility to highlight a portion of text in a normal WinForms TextBox (I cannot use RichTextBox in this case). All the solutions I came up with so far are very complex and handle drawing the text on their own, including fancy Interop calls…
Thanks in advance!
EDIT:
I don’t talk about selecting the text but highlighting parts of it with a background color or a colored underline. Thanks again
I finally ended up implementing the behavior on my own.
http://www.codedblog.com/2007/09/17/owner-drawing-a-windowsforms-textbox/ was really helpful.