Activate links in windows form

I have the following case.

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.

How can I do this? If you could provide me with details?

@alexis.mendoza.rpa

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

Cheers

The problem is that the original text is much longer and what is required is that the link part is highlighted in blue and clickable.

@alexis.mendoza.rpa

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

Cheers

Ok, how to make it so that when the text area is enabled the user cannot edit the message but can enable a hyperlink?

@alexis.mendoza.rpa

that is not possible…that is the reason you need to use a label or button instead of text area

cheers