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?