I know that I can format a hyperlink like this in the footer area of a task dialog:
<a href="https://help-msa.publictalksoftware.co.uk/msa-revision-history.html">Revision History</a>
But, my application supports local CHM or online HTML. For CHM:
HtmlHelp(ptr_cast<DWORD_PTR>(L"msa-revision-history.htm"), HH_DISPLAY_TOPIC);
Is there any way to support a hyperlink in the footer that would somehow execute the HtmlHelp
equivalent?