I have read this article:
It clearly shows hyperlinks are supported in the footer. I can’t work out how to do it. I don’t want a literal URL in the text but other text that hyperlinks to a help article in the program.
I have read this article:
It clearly shows hyperlinks are supported in the footer. I can’t work out how to do it. I don’t want a literal URL in the text but other text that hyperlinks to a help article in the program.
Copyright © 2021 Jogjafile Inc.

This works:
However, there are two issues still:
CTaskDialogdoes not have aGetSafeHWndAPI call so I don't know how to set it as the parent.The
OnHyperlinkClickis generic so if you have multiple links on the task dialog you might have to test the phrase to decide how you want to handle it.