I'm trying to insert clickable hyperlinks into a CRichEditCtrl
.
After searching the Internet for many hours, I am really confused because people are suggesting many different solutions, but none of them seem to work in the end.
The RTF syntax for hyperlinks is like the following, if I'm right:
{\field{\*\fldinst HYPERLINK "http://www.google.com/"}{\fldrslt http://www.google.com}}
I've tried to insert this into my Rich Edit, but it doesn't work.