I would like to have a regular TextBox
on my form, where the selected text is still highlighted even if you use another control, e.g. push a button.
Does anyone know a way to achieve this (without using a RichTextBox
which is not suitable for what I am doing).