I've got an interesting, all the documentation for the DetectUrls property states that the richtextbox will automatically make URL's as hyperlinks when the DetectUrls property is set to true.
With that in mind, I think I'm missing something. I have a RTB that has it's text property set from a StringBuilder after all the pieces are collected from various places.
Some of the data does have email addresses and I thought by simply having the email addresses as part of the text the RTB would automatically highlight and underline the addresses, and I have included code in the LinkClicked event for launching a web browser to email the address shown.
However this is not the case, the email addresses are shown in plain black text with no hyperlink association.
Did I miss something?
With that in mind, I think I'm missing something. I have a RTB that has it's text property set from a StringBuilder after all the pieces are collected from various places.
Some of the data does have email addresses and I thought by simply having the email addresses as part of the text the RTB would automatically highlight and underline the addresses, and I have included code in the LinkClicked event for launching a web browser to email the address shown.
However this is not the case, the email addresses are shown in plain black text with no hyperlink association.
Did I miss something?