In a Windows Forms activity, a preview of a message to be sent is shown, the [text area] “SMSmessage” element is disabled so that it cannot be edited, but what I require is that the link that is shown is enabled so that when clicking on it, it can direct you to the corresponding page.
First thing then ideally it should not be a text area with disbaled option…try to use a label or button…and link the button to the url you have in the text
Let original text be long also…problem woth disable is it would completely remove posibility og click…so have all text in button…and on click open url in text