How to include Link Text in RichTextBox?

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
 
O

One Handed Man

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
 
G

Guest

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

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top