标签: c++ mfc ole cricheditctrl
我在包含图像的CRichEditCtrl中有一些RTF内容。 我想在该图像上添加一个超链接。怎么办呢?
谢谢!
答案 0 :(得分:0)
假设???是以{* \ shppict {\ pict和以}结尾}开头的图像的RTF内容,然后试试这个:
{\field{\*\fldinst HYPERLINK "http://www.google.com/"}{\fldrslt ???}}
这类似于this SO answer。