consolecontrol
consolecontrol copied to clipboard
Using any link rich text box
Considering the reply of @dwmkerr, I've developed this solution.
Adding a custom richtextbox control, which is capable of recognize any (that I've remembered) kind of link, and support for links in the Markdown style ([Friendly text](Hyperlink text) resulting in: [Friendly text](Hyperlink text))
PS: the most recent version of AnyLinkRichTextBox control can be found here