Home » Community » Newbie corner » Help system
Help system [message #37571] |
Fri, 19 October 2012 12:16 |
keltor
Messages: 73 Registered: February 2012
|
Member |
|
|
Hi everyone,
I am trying to decide whether to go with the usual CHM files for documenting my programs, or instead use the Topic++ system. I'd rather go for the second since I find it more convenient, however there is at the moment a lack of documentation in this respect.
I would like to do something similar to what the TheIDE help does: a menu with tree-like TOC, previous-next buttons, search, and so on -- I think we are all quite familiar with it. I know I could try and follow the Topic++ and TheIDE code itself; however, the code is also not annotated, so that too would be difficult.
Has anyone managed to do something similar? Can you give me some tips to guide me in the right direction?
The other alternative, using CHM files, is certainly easier for me. So far I am simply doing but this solution pops up an ugly cmd aside from the help. Is there a better command that hasn't got this side effect?
Thanks,
Kel
|
|
|
|
Re: Help system [message #37578 is a reply to message #37571] |
Fri, 19 October 2012 20:59 |
keltor
Messages: 73 Registered: February 2012
|
Member |
|
|
That really did the trick. I was unaware of the SysExec package, now I see that it does exactly what I was looking for. I had, however, to invoke hh.exe (the Windows Help viewer) instead of calling the CHM file directly:
SysStart("hh.exe", "helpfile.chm");
I guess for now I will stick to the ordinary CHM help system. Thanks Biobytes!
|
|
|
Goto Forum:
Current Time: Wed Dec 04 17:10:37 CET 2024
Total time taken to generate the page: 0.01511 seconds
|