Re: Add/Display a (*.chm) help File in VC++ 6.0 MFC Application
- From: "William DePalo [MVP VC++]" <willd.no.spam@xxxxxxxx>
- Date: Wed, 4 Oct 2006 11:42:22 -0400
"Thisara" <tdk02@xxxxxxxxxxxxxx(dontspam).> wrote in message
news:071F564E-0A77-4879-B8E4-C86EB6674E39@xxxxxxxxxxxxxxxx
I wish to display a help file (*.chm) in a VC++ 6.0 MFC Application .
I've created the CHM file using a software and I just want to display the
chm file when the Help button is clicked.
Check the docs for ShellExecute() using the file name and the "open verb"
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/shellcc/platform/Shell/reference/functions/shellexecute.asp
Regards,
Will
.
- Prev by Date: Re: CPaintDC class
- Next by Date: Re: Add/Display a (*.chm) help File in VC++ 6.0 MFC Application
- Previous by thread: Position of MS regarding the future C++ Standard
- Next by thread: Re: Add/Display a (*.chm) help File in VC++ 6.0 MFC Application
- Index(es):