Our pack now uses RichEdit 4, when possible (when installed on the system). It seems that explicit RichEdit.SelAttributes.Link no longer work when RichEdit.AutoURLDetect property is set to True.
You have to disable links auto detection by setting AutoURLDetect property to False.
From MS docs:
>> When automatic link detection is enabled, the rich edit control removes the CFE_LINK effect from modified text that does not have a format recognized by the control. If your application uses the CFE_LINK effect to mark other types of text, do not enable automatic link detection.
Comments
From MS docs:
>> When automatic link detection is enabled, the rich edit control removes the CFE_LINK effect from modified text that does not have a format recognized by the control. If your application uses the CFE_LINK effect to mark other types of text, do not enable automatic link detection.