Adding arbitary links in a RichTextBox control
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 insid开发者_JS百科e the RichTextBox as links so I can perform operations depending on what link is clicked.
Check out this code project: http://www.codeproject.com/KB/edit/RichTextBoxLinks.aspx
精彩评论