RichEdit Control and Links
C / C++ / MFC
1
Posts
1
Posters
0
Views
1
Watching
-
Hi Guys, You all know that the RichEdit Control can auto-detect links in the text. And you all know to that the Micrsoft Visual Studio allows you to use some kind of "HTML Dialog", where the Buttons are coded in HTML. Now my question is: The Button are also some kind of Hyperlinks. Can I add this kind of HTML in my RichEdit ? So I want for example create a Hyperlink in my RichEdit which should open a MessageBox when clicked. Is there any possibility to do this ? With best regards, Benedikt