Results 1 to 7 of 7

Thread: How to Create Help File

  1. #1

    Thread Starter
    New Member
    Join Date
    Sep 2010
    Posts
    11

    How to Create Help File

    is any body know how to create an integrated Help Program (just like MSDN or MS Office Help) that could retrieve error number and display the solution to the user? i've been searching over internet, but most of them told to use .chm

  2. #2
    Frenzied Member Pc_Not_Mac's Avatar
    Join Date
    Oct 2009
    Location
    localhost
    Posts
    1,206

    Re: How to Create Help File

    Yes you need to use a .CHM file.
    Google for a editor or a maker of .cmh file.
    There is no feature in VS that's going to make a .cmh file for you.
    My Codebank:
    Windows Vista & 7 Glass Effect & Limit the amount of times your application could be opened.
    Pause Your Code & Check the OS name

    The question of whether computers can think is like the question of whether submarines can swim.

    Currently learning: Java

    Coding can be a learning experience or

  3. #3

    Thread Starter
    New Member
    Join Date
    Sep 2010
    Posts
    11

    Re: How to Create Help File

    is there still the way to send reference number from vb.net to .chm file? so when chm open its automatically open to specific page..

  4. #4
    Frenzied Member Pc_Not_Mac's Avatar
    Join Date
    Oct 2009
    Location
    localhost
    Posts
    1,206

    Re: How to Create Help File

    I'm not going to lie to you.
    I never worked with a .chm file before.
    My Codebank:
    Windows Vista & 7 Glass Effect & Limit the amount of times your application could be opened.
    Pause Your Code & Check the OS name

    The question of whether computers can think is like the question of whether submarines can swim.

    Currently learning: Java

    Coding can be a learning experience or

  5. #5
    Hyperactive Member Zeljko's Avatar
    Join Date
    Oct 2006
    Location
    Internet
    Posts
    441

    Re: How to Create Help File

    Yes, you can send a 'reference number' to .chm so that .chm (html) will open directly on that page...

    Use HTML Workshop from Microsoft to create them. But you still need some software to create html files.

    So basically you need to create first a bunch of html files (like in creating a web page) and then take them all with HTML Workshop and 'compress' it to one single file with .chm extension so your app can work with them... I suggest: one topic=one html page=one 'reference number' better then multiple topics on one single html page with multiple references


    CHM is in fact only a bunch of .html files in one single file with TOC and tags...

    Some references over here:
    http://www.vbforums.com/showthread.php?t=608389

    Try it, and if you run in to problems we are here to push you in the right direction
    Last edited by Zeljko; Sep 7th, 2010 at 01:15 PM.
    1. If this post helped you, please Rate it = That's You, saying Thanks, to Me ...Left side of this post: [Rate this post]
    2. Mark this Thread Resolved if your question has been answered That's You, saying Thanks, to Group ...Menu on top of your original Post: [Thread Tools]>[Mark Thread Resolved]
    3.
    Check my site: www.er-ef.netCheck my snippets: Get installed .NET versionsRegex extractingJoin hierarchically nested Datatables in one flattened Datatable


  6. #6
    Frenzied Member Pc_Not_Mac's Avatar
    Join Date
    Oct 2009
    Location
    localhost
    Posts
    1,206

    Re: How to Create Help File

    I never found the .chm file usefully.
    My Codebank:
    Windows Vista & 7 Glass Effect & Limit the amount of times your application could be opened.
    Pause Your Code & Check the OS name

    The question of whether computers can think is like the question of whether submarines can swim.

    Currently learning: Java

    Coding can be a learning experience or

  7. #7
    Hyperactive Member
    Join Date
    Nov 2004
    Posts
    362

    Re: How to Create Help File

    chm is just a collection of html pages, and it has some index..., check Microsoft HTML HELP Workshop. It is free and from MS.

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