Hello, Im programming a little Twitter Client just for fun. I have the tweet's text on a textblock and I want to make the URLs clickable.
I know that I have to parse the URLs with a regexp but... how I put text plus link on the textblock?
I can't have a string like: Hello check my blog at <Hyperlink>http://myblogurl.com</Hyperlink>
because the textblock doesn't parse the tags.
Then, How I can have a textblock that maybe has link or maybe not?
Thank you.