Hello:

Is there any way to show texts as a link on a RichTextBox and receive
LinkClicked events?
The idea is to show a text like "click here" for example.

Thanks

Re: RichTextBox and HiperLinks by hirf-spam-me-here

hirf-spam-me-here
Thu Nov 27 02:17:44 CST 2003

* "Daniel Bello Urizarri" <dburizarri@hotmail.com> scripsit:
> Is there any way to show texts as a link on a RichTextBox and receive
> LinkClicked events?
> The idea is to show a text like "click here" for example.

You may want to study the RTF format specification and then insert the
appropriate RTF code by setting 'SelectedRtf':

<http://msdn.microsoft.com/library/en-us/dnrtfspec/html/rtfspec.asp>

--
Herfried K. Wagner [MVP]
<http://www.mvps.org/dotnet>