|
-
Aug 27th, 2000, 03:03 AM
#1
Thread Starter
Hyperactive Member
I am going to manually create help file from using .rtf file.
Can anybody tell me how many files do I need? (its better if there is any reference site)
such as .HPJ etc...
I knows I need the HCRTF.exe to compile, but what else?
Would anybody please help?
(no thanks, I am not and cannot use help editors)
-
Aug 27th, 2000, 06:51 AM
#2
Monday Morning Lunatic
If you haven't already written anything, it's best to use the new .chm style HTML Help. I believe Megatron has a link to Microsoft's site.
Advantages: Easier to write, newer technology, you can use all standard HTML features. You can also include files for 'download' in the .chm file.
I refuse to tie my hands behind my back and hear somebody say "Bend Over, Boy, Because You Have It Coming To You".
-- Linus Torvalds
-
Aug 27th, 2000, 07:13 AM
#3
Addicted Member
I agree with parksie.
It's much easier to write it (you write HTML like if you would be making web page) and it also looks better.
HTML Help Compiler is on your VS CDs
Zvonko Bostjancic
Ilirska Bistrica, Slovenia
[email protected]
Using VS6 Professional with SP3
Programming mostly in VB and I've started to learn VC++ & MFC
-
Aug 27th, 2000, 08:29 PM
#4
Thread Starter
Hyperactive Member
It sounds good. But if I am going to use html help, other than the .html file, what else do I need?
And is there any further information on this topic?
Thanks
-
Aug 28th, 2000, 03:48 AM
#5
Addicted Member
In HTML help you can use all goodies you normaly use in HTML (java, jscript, vbscript, etc.)
More about this is in help about HTML Help when you install it
Zvonko Bostjancic
Ilirska Bistrica, Slovenia
[email protected]
Using VS6 Professional with SP3
Programming mostly in VB and I've started to learn VC++ & MFC
-
Aug 28th, 2000, 09:39 AM
#6
If you want to use standard files, what you need is...
- A HPJ (Help Project) file which contains all of the topic ID's, rtf file, contents, version, copyright etc.
- A CNT (Contents) file, whihc is basically the help contents.
- An RTF file which contains all of the information and topics in the help file as well as the Find info and Index.
However, if you want to use HTML Help files, you can download the program for it here.
-
Aug 28th, 2000, 07:46 PM
#7
Thread Starter
Hyperactive Member
Thanks, Megatron and all others
I will read through the material and see whether I can understand how to do it.
Thanks again
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|