In MFC how to display hyperlink in messagebox?

abc abc 351 Reputation points
2022-06-06T14:04:57.487+00:00

Hi,

Is it possible to display hyperlink in messagebox in MFC?

C++
C++
A high-level, general-purpose programming language, created as an extension of the C programming language, that has object-oriented, generic, and functional features in addition to facilities for low-level memory manipulation.
3,942 questions
{count} votes

2 answers

Sort by: Most helpful
  1. Castorix31 89,376 Reputation points
    2022-06-06T14:18:43.283+00:00

    You can use TaskDialogIndirect with TDF_ENABLE_HYPERLINKS
    (or just CMFCLinkCtrl in a custom dialog box...)

    0 comments No comments

  2. YujianYao-MSFT 4,296 Reputation points Microsoft External Staff
    2022-06-07T02:32:32.887+00:00

    Hi @abc abc ,

    I suggest you to read carefully the content in the following link:

    LINK1 LINK2

    Best regards,

    Elya


    If the answer is the right solution, please click "Accept Answer" and upvote it.If you have extra questions about this answer, please click "Comment".

    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.