Results 1 to 3 of 3

Thread: Creating help files

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Oct 2005
    Posts
    64

    Creating help files

    Hi I have more or less finished building an application and want to provide help files. I am using vb express 2005 how do you this I don't even know where to start.

  2. #2
    Member
    Join Date
    Dec 2004
    Posts
    54

    Re: Creating help files

    You could do a googlesearch for CHM compilers. They compile webpages you write into a windows helpfile (Compiled HTML). There are a million of them.

    You could also install VBCommenter (not sure if it works with 2005 Express though), and comment your code well. That program creates .xml files which in turn could be turned into .html files with the help of NDoc, and added to your helpfile.

  3. #3

    Thread Starter
    Lively Member
    Join Date
    Oct 2005
    Posts
    64

    Re: Creating help files

    thanks i will give it a try

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