|
-
October 25th, 2010, 07:10 AM
#1
Unable to launch chm file
i am unable to launch the helpfile.
Code:
void CMGRDlg::OnHelpButtonClick()
{
::HtmlHelp( 0,_T("Manager.chm"),HH_DISPLAY_TOC, NULL);
}
Manager.chm is included in resource.
plz help.
-
October 25th, 2010, 07:16 AM
#2
Re: Unable to launch chm file
Manager.chm is included in resource.
AFAIK, helpfiles are files on disk, not in the resources.
-
October 25th, 2010, 07:42 AM
#3
Re: Unable to launch chm file
i pasted the chm file in other folder and tried giving the full path .but still i can't load the chm file.
-
October 25th, 2010, 07:44 AM
#4
Re: Unable to launch 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...
Victor Nijegorodov
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|