HTML help in Visual C++ project
-
Hi all; I am building an SDI application in Visual C++ for my final year University project. I have created a compiled html file for the help of my application. However, i am having some problem including it in my menu. I need it to start when i use the help command found in the help menu.Can somebody please help me to make it work. I badly need this; Thank you
-
Hi all; I am building an SDI application in Visual C++ for my final year University project. I have created a compiled html file for the help of my application. However, i am having some problem including it in my menu. I need it to start when i use the help command found in the help menu.Can somebody please help me to make it work. I badly need this; Thank you
Use ShellExecute with the following parameters: "hh.exe" for file to run, path to CHM helpfile as a parameter. Good luck.
-
Hi all; I am building an SDI application in Visual C++ for my final year University project. I have created a compiled html file for the help of my application. However, i am having some problem including it in my menu. I need it to start when i use the help command found in the help menu.Can somebody please help me to make it work. I badly need this; Thank you