Many thanks for yourkind reply.
Further to the Hyperlink clicked event issue:
If you click (or ctrl click) a hyperlink what the RadRichTextBox does is open the link in a new external web-browser.
My issue is this: my hyperlink must display a message box something to the following:
ie. When the hyperlink is clicked: msgbox ("You clicked " & hyperlink) - [hyperlink is the link that was clicked]. A web browser must not open up.
I successfully implemented this using a standard web browser control using the following code:
Can anything close to this be achieved with the RadRichTextBox control.
The possibilities are endless if one replaces the MsgBox line with some custom code - this is where coding gets interesting.
Looking forward to your answer.