how to attach the htmlhelp to an exisiting application
-
Hello all i have created a dialog application by means of the application wizard (VC7) without the html help support (when I started i didn't enable that option in the wizard). Now How can I attach it to the existing application? Infact i'd wish, if possibile, to not recreate my application again as i have added many sources and resources to it. I have tried also to create from scratch another similar dialog application to watch what code was added for the help hooking purpose but it seems a little bit too complicated to track down all the changes needed. I have already created the .hhp .hhk, and .hhc help files with the html workshop. thanks for any info/tip about best regards
-
Hello all i have created a dialog application by means of the application wizard (VC7) without the html help support (when I started i didn't enable that option in the wizard). Now How can I attach it to the existing application? Infact i'd wish, if possibile, to not recreate my application again as i have added many sources and resources to it. I have tried also to create from scratch another similar dialog application to watch what code was added for the help hooking purpose but it seems a little bit too complicated to track down all the changes needed. I have already created the .hhp .hhk, and .hhc help files with the html workshop. thanks for any info/tip about best regards
Hello, Please check following for adding Help to the application, may be helpful to you: http://www.codeguru.com/controls/index.shtml
-
Hello, Please check following for adding Help to the application, may be helpful to you: http://www.codeguru.com/controls/index.shtml
thank you very much I actually found helpful documentation at the following page: http://www.codeguru.com/help/index.shtml best regards