How to include Link Text in RichTextBox?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi All
I need to include Link text in my RichTextBox field. Very similar to LinkLabel but in richtextbox. If anyone can provide me with hint or solution I would really appreciated it. If not possible what is my alternative

Thanks so much in advance

A
 
rtb1.DetectUrls = True, this will automatically put url's in as a link as
you type them.. An alternative is it add a linkLabel as a control

OHM
 
Thank OHM, but i like to do that programatically. How would I add the LinkLabel to rtb?
thanks
Al
 
Back
Top