0

With SetFooterText you can provide a hyperlink using HTML syntax and it is displayed visually as a link. However, I find that only a website link works here. If I use a mailto link it won't work. Is there a workaround?

Also, if I try to use basic HTML, like wrapping a word with bold tags using SetContent it just shows as literal text.

What HTML syntax is supported by CTaskDialog? Can we easily override?

4
  • 2
    It works for me "<a href=\"mailto:[email protected]\">link</a>" Please explain in more detail, or maybe you don't have a default email program on your system. Commented Apr 21, 2019 at 20:16
  • @BarmakShemirani How odd! Now the mailto bit is working. Hhm! One sorted! Commented Apr 21, 2019 at 20:24
  • 2
    Win32 docs state, that only the <a> tag is supported. Commented Apr 21, 2019 at 20:28
  • @zett42 OK, thanks for the confirmation. Would have been the icing on the cake but not to worry. Commented Apr 21, 2019 at 20:50

0

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.