Is it possible to display a link in a RichTextBox without showing the actual
URL, like in word or wordpad, but still be able to capture the LinkClicked
event (DetectUrls = True).
Right now something I would like to display as Microsoft
displays like Microsoft <http://www.microsoft.com/>
Is it possible to display only the link text and still capture the URL in
the LinkClicked event?
Best regards,
Manuel Alves.
Manuel.Alves - 18 Feb 2005 16:04 GMT
Found solution here:
http://www.codeproject.com/useritems/RichTextBoxLinks.asp
> Is it possible to display a link in a RichTextBox without showing the
> actual URL, like in word or wordpad, but still be able to capture the
[quoted text clipped - 8 lines]
> Best regards,
> Manuel Alves.