i am unable to launch the helpfile.
Manager.chm is included in resource.Code:void CMGRDlg::OnHelpButtonClick()
{
::HtmlHelp( 0,_T("Manager.chm"),HH_DISPLAY_TOC, NULL);
}
plz help.
Printable View
i am unable to launch the helpfile.
Manager.chm is included in resource.Code:void CMGRDlg::OnHelpButtonClick()
{
::HtmlHelp( 0,_T("Manager.chm"),HH_DISPLAY_TOC, NULL);
}
plz help.
AFAIK, helpfiles are files on disk, not in the resources.Quote:
Manager.chm is included in resource.
i pasted the chm file in other folder and tried giving the full path .but still i can't load the chm file.
I agree with Skizmo.
Besides, there is also HH_GET_LAST_ERROR Command to get information about the last error that occurred in the HTML Help ActiveX control...