views:

46

answers:

1

Is it possible to add links that will just be links, i.e. not urls or file links but thinks like:

click me, do something

etc

Is this possible? IF so, how do I do this? Basically I just need to mark certain text inside the RichTextBox as links so I can perform operations depending on what link is clicked.

+1  A: 

Check out this code project: http://www.codeproject.com/KB/edit/RichTextBoxLinks.aspx

anchandra