I have a RichTextBox control on a form with some text, some of which are URLs. The DetectUrls property is set to true. The control properly detects my URLs (they’re blue, underlined and the cursor changes to a hand when I hover them). However, when I click on them nothing happens (double-click and ctrl+click are similarly ineffective). I’ve set the ReadOnly property to true, not sure if that matters. Am I missing something obvious?
I have a RichTextBox control on a form with some text, some of which
Share
there is an event you hook up to that is fired when links are clicked on.
Hook up to that