Works as designed Thanks Angel.
Gary
Hi Gary,
NRichTextBox control inherits this functionality from RichTextBox (NRichTextBox derives from RichTextBox control).
Basically all you need is to attach to LinkClicked event.
For more info please, take a look in MSDN documentation at the following page:
http://msdn.microsoft.com/en-us/library/system.windows.forms.richtextbox.linkclicked.aspx
Regards,
Angel.
This is a great feature in that it recognizes a URL in the text. How can I go about allowing the individual to open that link in the default browser?
Thanks