Results 1 to 6 of 6

Thread: Need Help with

  1. #1

    Thread Starter
    Fanatic Member
    Join Date
    Jan 2000
    Location
    Mobile, AL, USA
    Posts
    600

    Unhappy

    Hi.

    Does anyone know a simple way to create a Help file for a VB project?

    I tried using the "Help Workshop" that ships with VB 6; however, it's confusing and the "Help" is no Help! .

    A web-based tutorial on this topic that I could study would be ideal. Any suggestions and code examples are welcome.

    Thanks.

  2. #2
    Hyperactive Member
    Join Date
    Jun 2000
    Location
    Gig Harbor, WA; Posts: 89950
    Posts
    360
    I had a similar problem. So I made a HTML document that did it all. Of course I had a web site to link it to...But it was a lot easier than the stupid VB help!
    Mahalo
    VB6(SP5), VC++, COBOL, Basic, JAVA
    MBA, MCSD, MCSE, A+
    Computer Forensics

  3. #3
    PowerPoster Chris's Avatar
    Join Date
    Jan 1999
    Location
    K-PAX
    Posts
    3,238

    Thumbs up

    Try to learn as much as you can from this web site.

    HTML Help Writer

    Good Luck!

  4. #4
    Evil Genius alex_read's Avatar
    Join Date
    May 2000
    Location
    Espoo, Finland
    Posts
    5,538

    Thumbs up

    I either write my help files in HTML & call up the page from vb (which isn't the best idea if they don't have a web browser), or create another form.

    The form I set with a textbox & colour it with the tooltip yellow to make it look like a help file. I then use hyperlinks or commandbuttons set to transparent to let the user click on words or pics throughout the file.

    1 last thing is if it's a large help file. I either use a text file split into different paragraphs, or several text files to call from the text box in my vb app, to show different pages. Every time a link is clicked in my help file, I keep note of the page either in the registry or a database so I can call this page info for back & forward buttons.

    Please rate this post if it was useful for you!
    Please try to search before creating a new post,
    Please format code using [ code ][ /code ], and
    Post sample code, error details & problem details

  5. #5
    Guest

    Freeware Help Author

    In the past I have used OASIS a freeware help authoring tool. Its a what you see is what you get style program.
    It is quite old now and has not changed very much recently. Also it does not work with the new compiled HTML. However if you want to do the traditional help files it could be useful. It takes a bit of setting up but if you want to do the traditional help files it could be useful.
    The URL is:

    http://fire.adept.co.za/~oasisdev/

    Let me know if this helps

  6. #6

    Thread Starter
    Fanatic Member
    Join Date
    Jan 2000
    Location
    Mobile, AL, USA
    Posts
    600

    Thanks.

    For the responses everyone. I'll explore the options that you all have given me.

    It's sad that no one recommends using the "Help Workshop" that ships with Visual Studio. If MS monitors this forum, hopefully they will take this as a hint that they need to create a better Help Development System for VB programmers.

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