start a html help file (.chm)
-
-
How to start a html help file (.chm) in my VC++ MFC project? Or, we should use other format of help file? I had already used the htmlhelp.h from HTML Workshop. I like to create my own chm(hh.exe) in which i can open all the chm files Thanks in advance
Use ShellExecute().
"Let us be thankful for the fools. But for them the rest of us could not succeed." - Mark Twain
"There is no death, only a change of worlds." - Native American Proverb
-
How to start a html help file (.chm) in my VC++ MFC project? Or, we should use other format of help file? I had already used the htmlhelp.h from HTML Workshop. I like to create my own chm(hh.exe) in which i can open all the chm files Thanks in advance
Hi Happy VC , maybe it is some helpful to you http://www.codeguru.com/Cpp/W-P/help/html/article.php/c6513[^]
-
How to start a html help file (.chm) in my VC++ MFC project? Or, we should use other format of help file? I had already used the htmlhelp.h from HTML Workshop. I like to create my own chm(hh.exe) in which i can open all the chm files Thanks in advance
-
Hi Happy VC , maybe it is some helpful to you http://www.codeguru.com/Cpp/W-P/help/html/article.php/c6513[^]
-
Use ShellExecute().
"Let us be thankful for the fools. But for them the rest of us could not succeed." - Mark Twain
"There is no death, only a change of worlds." - Native American Proverb
Sorry.. It doesn't work... I have to create a chm using MFC and display its contents on UI(which should be similar to chm)..Suppose if i press some button like Help in the menu,the chm should be launched..I should first create the chm header,content etc and then load it and display it.. Can Anyone Help?????????
-
Sorry.. It doesn't work... I have to create a chm using MFC and display its contents on UI(which should be similar to chm)..Suppose if i press some button like Help in the menu,the chm should be launched..I should first create the chm header,content etc and then load it and display it.. Can Anyone Help?????????
zxc89 wrote:
It doesn't work...
What code did you use?
"Let us be thankful for the fools. But for them the rest of us could not succeed." - Mark Twain
"There is no death, only a change of worlds." - Native American Proverb