|
-
Apr 4th, 2001, 12:18 PM
#1
Thread Starter
Addicted Member
Hi all,
I am trying to create a hlp file using Microsoft Help workshop (come with C++).
I am having trouble assigning Topic ID's......
Has any one used this that can give me a bit of advice???
Thanks,
-
Apr 4th, 2001, 02:57 PM
#2
Lively Member
I think you'll need to prefix the topic IDs with IDH_
-
Apr 5th, 2001, 02:58 AM
#3
Thread Starter
Addicted Member
Hi,
I have created a rtf file with each topic seperated by a Page break....the help procedure i am using keeps reffereing to a footnote (footnote Mark)........Is this a normal footnote that we'd use in Word or special to the rtf???
Cheers
-
Apr 5th, 2001, 03:06 AM
#4
Addicted Member
On the MS Word follow this format:
$#Title
on footnote text:
$ IDH_Title
# The Title
-----
To include a footnote in MS Word 2000, follow this :
1. Position the cursor before the title
2. Select Insert -> Footnote
3. Custom mark -- type "$"
4. Select View -> Footnote (to see the footnotes)
5. On the footnotes at the bottom type beside the "$" the topic ID
 Stupidity is better than cure.
VB6 SP5 Enterprise Ed.
C, Pascal, VC++ 6.0
Running Win98 SE and Win2000 Prof. Ed.
Email me at : [email protected]
-
Apr 5th, 2001, 03:06 AM
#5
Lively Member
Hey, i was using a program not to long ago, it came with c++ for dos.
It was shareware, the only thing it didn't do was compile to HLP files. It was real good for making the files, including ID's.
(Plus you dont have to use word to make the files)
then.. just save the project, and open it with Microsoft Help Workshop and have it compile it.
It didn't answer your question, but maybe finding a cheap little program might help. Check download.com for one.
I dont remember what it was called either
Kid A
18 Year Old Programmer
Visual Basic 6 & .NET Enterprise, ASP, WinXP (Advanced Server) Administration, HTML, Graphic Arts, Winsock, Learning VC++ and now maybe C#.. heh
[vbcode]
'back in the day vb6 code
Private Sub My_Life()
If Hour(Now) > 3 And Hour(Now) < 13 Then
Status = "Sleeping"
Else
Status = "Computing"
End If
End Sub
[/vbcode]
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
|