i have a twitter application that retrieves user timeline and appends it to a rich text box. However when i click the links nothing happens ?
What’s wrong here doesn’t rich text box automatically handles the creation of new broswer windows with the specified link. If not then how can i implement such functionality ?
and i am using winforms.
First You have set DetectUrls property set to True
Then
Also see this link for more.