Click here to Skip to main content
15,888,283 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
hi,
can anybody tell me how to add html file in default help button in property sheet application (MFC).

I'm trying to OnHelp() method but 'can't find help file' msg is display when press help button. So can you tell me the steps of install help file in this projects.

Thanks
vivek chauhan
Posted
Updated 29-May-10 1:59am
v3

1 solution

Please go through this link

http://support.microsoft.com/kb/132715[^]

In the Help button handler,
you can open the HTML file using ShellExecute() method.

BIJU
 
Share this answer
 
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900