Results 1 to 5 of 5

Thread: Creating a Help file for an App

  1. #1

    Thread Starter
    Addicted Member
    Join Date
    Sep 2000
    Location
    London, UK
    Posts
    137

    Exclamation


    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,
    join me in the platinum

  2. #2
    Lively Member
    Join Date
    Feb 2001
    Location
    Malaysia
    Posts
    71
    I think you'll need to prefix the topic IDs with IDH_

  3. #3

    Thread Starter
    Addicted Member
    Join Date
    Sep 2000
    Location
    London, UK
    Posts
    137
    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
    join me in the platinum

  4. #4
    Addicted Member rbnwares's Avatar
    Join Date
    Sep 2000
    Location
    Philippines
    Posts
    142
    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]

  5. #5
    Lively Member
    Join Date
    Mar 2000
    Location
    LewZer-LanD
    Posts
    120
    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
  •  



Click Here to Expand Forum to Full Width